| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudServicePlan |
ImmutableCloudServicePlan.Builder.build()
Builds a new
ImmutableCloudServicePlan. |
static ImmutableCloudServicePlan |
ImmutableCloudServicePlan.copyOf(CloudServicePlan instance)
Creates an immutable copy of a
CloudServicePlan value. |
ImmutableCloudServicePlan |
ImmutableCloudServicePlan.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutableCloudServicePlan |
ImmutableCloudServicePlan.withExtra(String value)
Copy the current immutable object by setting a value for the
extra attribute. |
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.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. |
Copyright © 2020 SAP SE. All rights reserved.