| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.adapters |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRawCloudServiceBinding |
ImmutableRawCloudServiceBinding.Builder.build()
Builds a new
ImmutableRawCloudServiceBinding. |
static ImmutableRawCloudServiceBinding |
ImmutableRawCloudServiceBinding.copyOf(RawCloudServiceBinding instance)
Creates an immutable copy of a
RawCloudServiceBinding value. |
static ImmutableRawCloudServiceBinding |
ImmutableRawCloudServiceBinding.of(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.servicebindings.ServiceBindingEntity> resource)
Construct a new immutable
RawCloudServiceBinding instance. |
ImmutableRawCloudServiceBinding |
ImmutableRawCloudServiceBinding.withParameters(Map<String,? extends Object> entries)
Copy the current immutable object by replacing the
parameters map with the specified map. |
ImmutableRawCloudServiceBinding |
ImmutableRawCloudServiceBinding.withResource(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.servicebindings.ServiceBindingEntity> value)
Copy the current immutable object by setting a value for the
resource attribute. |
Copyright © 2020 SAP SE. All rights reserved.