Uses of Class
com.sap.cloudfoundry.client.facade.domain.ServiceInstanceType
-
Packages that use ServiceInstanceType Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of ServiceInstanceType in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return ServiceInstanceType Modifier and Type Method Description abstract ServiceInstanceTypeCloudServiceInstance. getType()ServiceInstanceTypeImmutableCloudServiceInstance. getType()static ServiceInstanceTypeServiceInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceInstanceTypeServiceInstanceType. valueOfWithDefault(String type)static ServiceInstanceType[]ServiceInstanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type ServiceInstanceType Modifier and Type Method Description ImmutableCloudServiceInstance.BuilderImmutableCloudServiceInstance.Builder. type(ServiceInstanceType type)Initializes the value for thetypeattribute.ImmutableCloudServiceInstanceImmutableCloudServiceInstance. withType(ServiceInstanceType value)Copy the current immutable object by setting a value for thetypeattribute.
-