Uses of Class
com.sap.cloudfoundry.client.facade.domain.ServiceOperation.Type
-
Packages that use ServiceOperation.Type Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of ServiceOperation.Type in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return ServiceOperation.Type Modifier and Type Method Description static ServiceOperation.TypeServiceOperation.Type. fromString(String value)ServiceOperation.TypeServiceOperation. getType()static ServiceOperation.TypeServiceOperation.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceOperation.Type[]ServiceOperation.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sap.cloudfoundry.client.facade.domain with parameters of type ServiceOperation.Type Constructor Description ServiceOperation(ServiceOperation.Type type, String description, ServiceOperation.State state)
-