Uses of Class
org.jclouds.ultradns.ws.domain.Task.StatusCode
-
Packages that use Task.StatusCode Package Description 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 Modifier and Type Method Description static Task.StatusCode
Task.StatusCode. fromValue(String statusCode)
Task.StatusCode
Task. getStatusCode()
The status statusCode of the taskstatic 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 Modifier and Type Method Description Task.Builder
Task.Builder. statusCode(Task.StatusCode statusCode)
-