Uses of Class
org.jclouds.ultradns.ws.domain.Task.StatusCode

Packages that use Task.StatusCode
org.jclouds.ultradns.ws.domain   
 

Uses of Task.StatusCode in org.jclouds.ultradns.ws.domain
 

Methods in org.jclouds.ultradns.ws.domain that return Task.StatusCode
static Task.StatusCode Task.StatusCode.fromValue(String statusCode)
           
 Task.StatusCode Task.getStatusCode()
          The status statusCode of the task
static Task.StatusCode Task.StatusCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Task.StatusCode[] Task.StatusCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.ultradns.ws.domain with parameters of type Task.StatusCode
 Task.Builder Task.Builder.statusCode(Task.StatusCode statusCode)
           
 



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