Uses of Class
org.jclouds.rackspace.clouddns.v1.domain.Job.Status
-
Packages that use Job.Status Package Description org.jclouds.rackspace.clouddns.v1.domain -
-
Uses of Job.Status in org.jclouds.rackspace.clouddns.v1.domain
Methods in org.jclouds.rackspace.clouddns.v1.domain that return Job.Status Modifier and Type Method Description static Job.Status
Job.Status. fromValue(String status)
Job.Status
Job. getStatus()
static Job.Status
Job.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Job.Status[]
Job.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.rackspace.clouddns.v1.domain with parameters of type Job.Status Modifier and Type Method Description Job.Builder<T>
Job.Builder. status(Job.Status status)
-