Class RawV3CloudServiceInstance
- java.lang.Object
-
- com.sap.cloudfoundry.client.facade.adapters.RawCloudEntity<CloudServiceInstance>
-
- com.sap.cloudfoundry.client.facade.adapters.RawV3CloudServiceInstance
-
- All Implemented Interfaces:
Derivable<CloudServiceInstance>
- Direct Known Subclasses:
ImmutableRawV3CloudServiceInstance
@Immutable public abstract class RawV3CloudServiceInstance extends RawCloudEntity<CloudServiceInstance>
-
-
Constructor Summary
Constructors Constructor Description RawV3CloudServiceInstance()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CloudServiceInstancederive()abstract org.cloudfoundry.client.v3.serviceinstances.ServiceInstancegetServiceInstance()-
Methods inherited from class com.sap.cloudfoundry.client.facade.adapters.RawCloudEntity
derive, deriveFromNullable, parseDate, parseEnum, parseGuid, parseNullableDate, parseNullableGuid, parseResourceMetadata
-
-
-
-
Method Detail
-
getServiceInstance
@Parameter public abstract org.cloudfoundry.client.v3.serviceinstances.ServiceInstance getServiceInstance()
-
derive
public CloudServiceInstance derive()
-
-