Uses of Class
com.sap.cloudfoundry.client.facade.domain.ServiceOperation.State
-
Packages that use ServiceOperation.State Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of ServiceOperation.State in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return ServiceOperation.State Modifier and Type Method Description static ServiceOperation.StateServiceOperation.State. fromString(String value)ServiceOperation.StateServiceOperation. getState()static ServiceOperation.StateServiceOperation.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceOperation.State[]ServiceOperation.State. 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.State Constructor Description ServiceOperation(ServiceOperation.Type type, String description, ServiceOperation.State state)
-