ImmutableCloudServicePlan |
ImmutableCloudServicePlan.Builder.build() |
|
static ImmutableCloudServicePlan |
ImmutableCloudServicePlan.copyOf(CloudServicePlan instance) |
|
ImmutableCloudServicePlan |
ImmutableCloudServicePlan.withDescription(String value) |
Copy the current immutable object by setting a value for the description attribute.
|
ImmutableCloudServicePlan |
ImmutableCloudServicePlan.withExtra(Map<String,? extends Object> entries) |
Copy the current immutable object by replacing the extra map with the specified map.
|
ImmutableCloudServicePlan |
ImmutableCloudServicePlan.withIsFree(Boolean value) |
Copy the current immutable object by setting a value for the isFree attribute.
|
ImmutableCloudServicePlan |
ImmutableCloudServicePlan.withIsPublic(Boolean value) |
Copy the current immutable object by setting a value for the isPublic attribute.
|
ImmutableCloudServicePlan |
ImmutableCloudServicePlan.withMetadata(CloudMetadata value) |
Copy the current immutable object by setting a value for the metadata attribute.
|
ImmutableCloudServicePlan |
ImmutableCloudServicePlan.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableCloudServicePlan |
ImmutableCloudServicePlan.withServiceOfferingId(String value) |
Copy the current immutable object by setting a value for the serviceOfferingId attribute.
|
ImmutableCloudServicePlan |
ImmutableCloudServicePlan.withUniqueId(String value) |
Copy the current immutable object by setting a value for the uniqueId attribute.
|
ImmutableCloudServicePlan |
ImmutableCloudServicePlan.withV3Metadata(org.cloudfoundry.client.v3.Metadata value) |
Copy the current immutable object by setting a value for the v3Metadata attribute.
|