Uses of Class
com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServicePlan
-
Packages that use ImmutableRawCloudServicePlan Package Description com.sap.cloudfoundry.client.facade.adapters -
-
Uses of ImmutableRawCloudServicePlan in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return ImmutableRawCloudServicePlan Modifier and Type Method Description ImmutableRawCloudServicePlanImmutableRawCloudServicePlan.Builder. build()Builds a newImmutableRawCloudServicePlan.static ImmutableRawCloudServicePlanImmutableRawCloudServicePlan. copyOf(RawCloudServicePlan instance)Creates an immutable copy of aRawCloudServicePlanvalue.static ImmutableRawCloudServicePlanImmutableRawCloudServicePlan. of(org.cloudfoundry.client.v3.serviceplans.ServicePlan resource)Construct a new immutableRawCloudServicePlaninstance.ImmutableRawCloudServicePlanImmutableRawCloudServicePlan. withResource(org.cloudfoundry.client.v3.serviceplans.ServicePlan value)Copy the current immutable object by setting a value for theresourceattribute.
-