Class CloudServiceOffering
- java.lang.Object
-
- com.sap.cloudfoundry.client.facade.domain.CloudEntity
-
- com.sap.cloudfoundry.client.facade.domain.CloudServiceOffering
-
- All Implemented Interfaces:
Derivable<CloudServiceOffering>
- Direct Known Subclasses:
ImmutableCloudServiceOffering
@Immutable public abstract class CloudServiceOffering extends CloudEntity implements Derivable<CloudServiceOffering>
-
-
Constructor Summary
Constructors Constructor Description CloudServiceOffering()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CloudServiceOfferingderive()abstract StringgetBrokerId()abstract StringgetDescription()abstract StringgetDocUrl()abstract Map<String,Object>getExtra()abstract List<CloudServicePlan>getServicePlans()abstract StringgetUniqueId()abstract BooleanisAvailable()abstract BooleanisBindable()abstract BooleanisShareable()-
Methods inherited from class com.sap.cloudfoundry.client.facade.domain.CloudEntity
getGuid, getMetadata, getName, getV3Metadata
-
-
-
-
Method Detail
-
isAvailable
public abstract Boolean isAvailable()
-
isBindable
public abstract Boolean isBindable()
-
isShareable
public abstract Boolean isShareable()
-
getServicePlans
public abstract List<CloudServicePlan> getServicePlans()
-
getDescription
public abstract String getDescription()
-
getDocUrl
public abstract String getDocUrl()
-
getBrokerId
public abstract String getBrokerId()
-
getUniqueId
public abstract String getUniqueId()
-
derive
public CloudServiceOffering derive()
- Specified by:
derivein interfaceDerivable<CloudServiceOffering>
-
-