| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.Builder.build()
Builds a new
ImmutableCloudServiceOffering. |
static ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.copyOf(CloudServiceOffering instance)
Creates an immutable copy of a
CloudServiceOffering value. |
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(String value)
Copy the current immutable object by setting a value for the
extra attribute. |
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withInfoUrl(String value)
Copy the current immutable object by setting a value for the
infoUrl attribute. |
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withIsActive(Boolean value)
Copy the current immutable object by setting a value for the
isActive attribute. |
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withIsBindable(Boolean value)
Copy the current immutable object by setting a value for the
isBindable 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.withProvider(String value)
Copy the current immutable object by setting a value for the
provider 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.withUrl(String value)
Copy the current immutable object by setting a value for the
url attribute. |
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withV3Metadata(org.cloudfoundry.client.v3.Metadata value)
Copy the current immutable object by setting a value for the
v3Metadata attribute. |
ImmutableCloudServiceOffering |
ImmutableCloudServiceOffering.withVersion(String value)
Copy the current immutable object by setting a value for the
version attribute. |
Copyright © 2020 SAP SE. All rights reserved.