ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.Builder.build() |
|
static ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.copyOf(CloudServiceOffering instance) |
|
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withBrokerId(String value) |
Copy the current immutable object by setting a value for the brokerId attribute.
|
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withDescription(String value) |
Copy the current immutable object by setting a value for the description attribute.
|
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withDocUrl(String value) |
Copy the current immutable object by setting a value for the docUrl attribute.
|
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withExtra(Map<String,? extends Object> entries) |
Copy the current immutable object by replacing the extra map with the specified map.
|
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withIsAvailable(Boolean value) |
Copy the current immutable object by setting a value for the isAvailable attribute.
|
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withIsBindable(Boolean value) |
Copy the current immutable object by setting a value for the isBindable attribute.
|
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withIsShareable(Boolean value) |
Copy the current immutable object by setting a value for the isShareable attribute.
|
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withMetadata(CloudMetadata value) |
Copy the current immutable object by setting a value for the metadata attribute.
|
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withServicePlans(CloudServicePlan... elements) |
Copy the current immutable object with elements that replace the content of servicePlans.
|
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withServicePlans(Iterable<? extends CloudServicePlan> elements) |
Copy the current immutable object with elements that replace the content of servicePlans.
|
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withUniqueId(String value) |
Copy the current immutable object by setting a value for the uniqueId attribute.
|
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withV3Metadata(org.cloudfoundry.client.v3.Metadata value) |
Copy the current immutable object by setting a value for the v3Metadata attribute.
|