Class RawCloudServiceInstance
- java.lang.Object
-
- com.sap.cloudfoundry.client.facade.adapters.RawCloudEntity<CloudServiceInstance>
-
- com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceInstance
-
- All Implemented Interfaces:
Derivable<CloudServiceInstance>
- Direct Known Subclasses:
ImmutableRawCloudServiceInstance
@Immutable public abstract class RawCloudServiceInstance extends RawCloudEntity<CloudServiceInstance>
-
-
Constructor Summary
Constructors Constructor Description RawCloudServiceInstance()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CloudServiceInstancederive()abstract org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.serviceinstances.UnionServiceInstanceEntity>getResource()abstract org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.serviceplans.ServicePlanEntity>getServicePlanResource()abstract org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.services.ServiceEntity>getServiceResource()-
Methods inherited from class com.sap.cloudfoundry.client.facade.adapters.RawCloudEntity
derive, deriveFromNullable, parseDate, parseEnum, parseGuid, parseNullableDate, parseNullableGuid, parseResourceMetadata, parseResourceMetadata
-
-
-
-
Method Detail
-
getResource
@Parameter public abstract org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.serviceinstances.UnionServiceInstanceEntity> getResource()
-
getServicePlanResource
public abstract org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.serviceplans.ServicePlanEntity> getServicePlanResource()
-
getServiceResource
public abstract org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.services.ServiceEntity> getServiceResource()
-
derive
public CloudServiceInstance derive()
-
-