Class CloudOrganization
- java.lang.Object
-
- com.sap.cloudfoundry.client.facade.domain.CloudEntity
-
- com.sap.cloudfoundry.client.facade.domain.CloudOrganization
-
- All Implemented Interfaces:
Derivable<CloudOrganization>
- Direct Known Subclasses:
ImmutableCloudOrganization
@Immutable public abstract class CloudOrganization extends CloudEntity implements Derivable<CloudOrganization>
-
-
Constructor Summary
Constructors Constructor Description CloudOrganization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudOrganizationderive()-
Methods inherited from class com.sap.cloudfoundry.client.facade.domain.CloudEntity
getGuid, getMetadata, getName, getV3Metadata
-
-
-
-
Method Detail
-
derive
public CloudOrganization derive()
- Specified by:
derivein interfaceDerivable<CloudOrganization>
-
-