Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudTask.State
-
Packages that use CloudTask.State Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of CloudTask.State in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return CloudTask.State Modifier and Type Method Description abstract CloudTask.StateCloudTask. getState()CloudTask.StateImmutableCloudTask. getState()static CloudTask.StateCloudTask.State. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudTask.State[]CloudTask.State. 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 CloudTask.State Modifier and Type Method Description ImmutableCloudTask.BuilderImmutableCloudTask.Builder. state(CloudTask.State state)Initializes the value for thestateattribute.ImmutableCloudTaskImmutableCloudTask. withState(CloudTask.State value)Copy the current immutable object by setting a value for thestateattribute.
-