Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudServiceOffering
-
-
Uses of CloudServiceOffering in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return types with arguments of type CloudServiceOffering Modifier and Type Method Description List<CloudServiceOffering>CloudControllerClient. getServiceOfferings()Get all service offerings.List<CloudServiceOffering>CloudControllerClientImpl. getServiceOfferings() -
Uses of CloudServiceOffering in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return CloudServiceOffering Modifier and Type Method Description CloudServiceOfferingRawCloudServiceOffering. derive() -
Uses of CloudServiceOffering in com.sap.cloudfoundry.client.facade.domain
Subclasses of CloudServiceOffering in com.sap.cloudfoundry.client.facade.domain Modifier and Type Class Description classImmutableCloudServiceOfferingImmutable implementation ofCloudServiceOffering.Methods in com.sap.cloudfoundry.client.facade.domain that return CloudServiceOffering Modifier and Type Method Description CloudServiceOfferingCloudServiceOffering. derive()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudServiceOffering Modifier and Type Method Description static ImmutableCloudServiceOfferingImmutableCloudServiceOffering. copyOf(CloudServiceOffering instance)Creates an immutable copy of aCloudServiceOfferingvalue.ImmutableCloudServiceOffering.BuilderImmutableCloudServiceOffering.Builder. from(CloudServiceOffering instance)Fill a builder with attribute values from the providedcom.sap.cloudfoundry.client.facade.domain.CloudServiceOfferinginstance. -
Uses of CloudServiceOffering in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return types with arguments of type CloudServiceOffering Modifier and Type Method Description List<CloudServiceOffering>CloudControllerRestClient. getServiceOfferings()List<CloudServiceOffering>CloudControllerRestClientImpl. getServiceOfferings()
-