Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudOrganization
-
-
Uses of CloudOrganization in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return CloudOrganization Modifier and Type Method Description CloudOrganizationCloudControllerClient. getOrganization(String organizationName)Get the organization with the specified name.CloudOrganizationCloudControllerClient. getOrganization(String organizationName, boolean required)Get the organization with the specified name.CloudOrganizationCloudControllerClientImpl. getOrganization(String organizationName)CloudOrganizationCloudControllerClientImpl. getOrganization(String organizationName, boolean required)Methods in com.sap.cloudfoundry.client.facade that return types with arguments of type CloudOrganization Modifier and Type Method Description List<CloudOrganization>CloudControllerClient. getOrganizations()Get all organizations for the current cloud.List<CloudOrganization>CloudControllerClientImpl. getOrganizations() -
Uses of CloudOrganization in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return CloudOrganization Modifier and Type Method Description CloudOrganizationRawCloudOrganization. derive()Methods in com.sap.cloudfoundry.client.facade.adapters that return types with arguments of type CloudOrganization Modifier and Type Method Description Derivable<CloudOrganization>ImmutableRawCloudSpace. getOrganization()abstract Derivable<CloudOrganization>RawCloudSpace. getOrganization()Method parameters in com.sap.cloudfoundry.client.facade.adapters with type arguments of type CloudOrganization Modifier and Type Method Description ImmutableRawCloudSpace.BuilderImmutableRawCloudSpace.Builder. organization(Derivable<CloudOrganization> organization)Initializes the value for theorganizationattribute.ImmutableRawCloudSpaceImmutableRawCloudSpace. withOrganization(Derivable<CloudOrganization> value)Copy the current immutable object by setting a value for theorganizationattribute. -
Uses of CloudOrganization in com.sap.cloudfoundry.client.facade.domain
Subclasses of CloudOrganization in com.sap.cloudfoundry.client.facade.domain Modifier and Type Class Description classImmutableCloudOrganizationImmutable implementation ofCloudOrganization.Methods in com.sap.cloudfoundry.client.facade.domain that return CloudOrganization Modifier and Type Method Description CloudOrganizationCloudOrganization. derive()abstract CloudOrganizationCloudSpace. getOrganization()CloudOrganizationImmutableCloudSpace. getOrganization()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudOrganization Modifier and Type Method Description static ImmutableCloudOrganizationImmutableCloudOrganization. copyOf(CloudOrganization instance)Creates an immutable copy of aCloudOrganizationvalue.ImmutableCloudOrganization.BuilderImmutableCloudOrganization.Builder. from(CloudOrganization instance)Fill a builder with attribute values from the providedcom.sap.cloudfoundry.client.facade.domain.CloudOrganizationinstance.ImmutableCloudSpace.BuilderImmutableCloudSpace.Builder. organization(CloudOrganization organization)Initializes the value for theorganizationattribute.ImmutableCloudSpaceImmutableCloudSpace. withOrganization(CloudOrganization value)Copy the current immutable object by setting a value for theorganizationattribute. -
Uses of CloudOrganization in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return CloudOrganization Modifier and Type Method Description CloudOrganizationCloudControllerRestClient. getOrganization(String organizationName)CloudOrganizationCloudControllerRestClient. getOrganization(String organizationName, boolean required)CloudOrganizationCloudControllerRestClientImpl. getOrganization(String organizationName)CloudOrganizationCloudControllerRestClientImpl. getOrganization(String organizationName, boolean required)Get organization by given name.Methods in com.sap.cloudfoundry.client.facade.rest that return types with arguments of type CloudOrganization Modifier and Type Method Description List<CloudOrganization>CloudControllerRestClient. getOrganizations()List<CloudOrganization>CloudControllerRestClientImpl. getOrganizations()
-