Uses of Class
org.jclouds.rackspace.clouddns.v1.domain.Job.Status

Packages that use Job.Status
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
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
 Job.Builder<T> Job.Builder.status(Job.Status status)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.