Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudJob.Status
-
Packages that use CloudJob.Status Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of CloudJob.Status in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return CloudJob.Status Modifier and Type Method Description static CloudJob.StatusCloudJob.Status. fromString(String value)abstract CloudJob.StatusCloudJob. getStatus()CloudJob.StatusImmutableCloudJob. getStatus()static CloudJob.StatusCloudJob.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudJob.Status[]CloudJob.Status. 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 CloudJob.Status Modifier and Type Method Description ImmutableCloudJob.BuilderImmutableCloudJob.Builder. status(CloudJob.Status status)Initializes the value for thestatusattribute.ImmutableCloudJobImmutableCloudJob. withStatus(CloudJob.Status value)Copy the current immutable object by setting a value for thestatusattribute.
-