@Value.Immutable public interface CloudServiceOffering extends CloudEntity, Derivable<CloudServiceOffering>
| Modifier and Type | Method and Description |
|---|---|
default CloudServiceOffering |
derive() |
String |
getDescription() |
String |
getDocUrl() |
String |
getExtra() |
String |
getInfoUrl() |
String |
getProvider() |
List<CloudServicePlan> |
getServicePlans() |
String |
getUniqueId() |
String |
getUrl() |
String |
getVersion() |
Boolean |
isActive() |
Boolean |
isBindable() |
getMetadata, getName, getV3MetadataBoolean isActive()
Boolean isBindable()
List<CloudServicePlan> getServicePlans()
String getDescription()
String getDocUrl()
String getExtra()
String getInfoUrl()
String getProvider()
String getUniqueId()
String getUrl()
String getVersion()
default CloudServiceOffering derive()
derive in interface Derivable<CloudServiceOffering>Copyright © 2020 SAP SE. All rights reserved.