Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudServicePlan
-
Packages that use CloudServicePlan Package Description com.sap.cloudfoundry.client.facade.adapters com.sap.cloudfoundry.client.facade.domain -
-
Uses of CloudServicePlan in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return CloudServicePlan Modifier and Type Method Description CloudServicePlanRawCloudServicePlan. derive()Methods in com.sap.cloudfoundry.client.facade.adapters that return types with arguments of type CloudServicePlan Modifier and Type Method Description List<Derivable<CloudServicePlan>>ImmutableRawCloudServiceOffering. getServicePlans()abstract List<Derivable<CloudServicePlan>>RawCloudServiceOffering. getServicePlans()Method parameters in com.sap.cloudfoundry.client.facade.adapters with type arguments of type CloudServicePlan Modifier and Type Method Description ImmutableRawCloudServiceOffering.BuilderImmutableRawCloudServiceOffering.Builder. addAllServicePlans(Iterable<? extends Derivable<CloudServicePlan>> elements)Adds elements toservicePlanslist.ImmutableRawCloudServiceOffering.BuilderImmutableRawCloudServiceOffering.Builder. addServicePlan(Derivable<CloudServicePlan> element)Adds one element toservicePlanslist.ImmutableRawCloudServiceOffering.BuilderImmutableRawCloudServiceOffering.Builder. servicePlans(Iterable<? extends Derivable<CloudServicePlan>> elements)Sets or replaces all elements forservicePlanslist.ImmutableRawCloudServiceOfferingImmutableRawCloudServiceOffering. withServicePlans(Iterable<? extends Derivable<CloudServicePlan>> elements)Copy the current immutable object with elements that replace the content ofservicePlans. -
Uses of CloudServicePlan in com.sap.cloudfoundry.client.facade.domain
Subclasses of CloudServicePlan in com.sap.cloudfoundry.client.facade.domain Modifier and Type Class Description classImmutableCloudServicePlanImmutable implementation ofCloudServicePlan.Methods in com.sap.cloudfoundry.client.facade.domain that return CloudServicePlan Modifier and Type Method Description CloudServicePlanCloudServicePlan. derive()Methods in com.sap.cloudfoundry.client.facade.domain that return types with arguments of type CloudServicePlan Modifier and Type Method Description abstract List<CloudServicePlan>CloudServiceOffering. getServicePlans()List<CloudServicePlan>ImmutableCloudServiceOffering. getServicePlans()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudServicePlan Modifier and Type Method Description ImmutableCloudServiceOffering.BuilderImmutableCloudServiceOffering.Builder. addServicePlan(CloudServicePlan element)Adds one element toservicePlanslist.ImmutableCloudServiceOffering.BuilderImmutableCloudServiceOffering.Builder. addServicePlans(CloudServicePlan... elements)Adds elements toservicePlanslist.static ImmutableCloudServicePlanImmutableCloudServicePlan. copyOf(CloudServicePlan instance)Creates an immutable copy of aCloudServicePlanvalue.ImmutableCloudServicePlan.BuilderImmutableCloudServicePlan.Builder. from(CloudServicePlan instance)Fill a builder with attribute values from the providedcom.sap.cloudfoundry.client.facade.domain.CloudServicePlaninstance.ImmutableCloudServiceOfferingImmutableCloudServiceOffering. withServicePlans(CloudServicePlan... elements)Copy the current immutable object with elements that replace the content ofservicePlans.Method parameters in com.sap.cloudfoundry.client.facade.domain with type arguments of type CloudServicePlan Modifier and Type Method Description ImmutableCloudServiceOffering.BuilderImmutableCloudServiceOffering.Builder. addAllServicePlans(Iterable<? extends CloudServicePlan> elements)Adds elements toservicePlanslist.ImmutableCloudServiceOffering.BuilderImmutableCloudServiceOffering.Builder. servicePlans(Iterable<? extends CloudServicePlan> elements)Sets or replaces all elements forservicePlanslist.ImmutableCloudServiceOfferingImmutableCloudServiceOffering. withServicePlans(Iterable<? extends CloudServicePlan> elements)Copy the current immutable object with elements that replace the content ofservicePlans.
-