Uses of Class
org.jclouds.cloudstack.domain.AsyncJob.ResultCode
-
Packages that use AsyncJob.ResultCode Package Description org.jclouds.cloudstack.domain -
-
Uses of AsyncJob.ResultCode in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as AsyncJob.ResultCode Modifier and Type Field Description protected AsyncJob.ResultCode
AsyncJob.Builder. resultCode
Methods in org.jclouds.cloudstack.domain that return AsyncJob.ResultCode Modifier and Type Method Description static AsyncJob.ResultCode
AsyncJob.ResultCode. fromValue(String value)
AsyncJob.ResultCode
AsyncJob. getResultCode()
static AsyncJob.ResultCode
AsyncJob.ResultCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AsyncJob.ResultCode[]
AsyncJob.ResultCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type AsyncJob.ResultCode Modifier and Type Method Description T
AsyncJob.Builder. resultCode(AsyncJob.ResultCode resultCode)
Constructors in org.jclouds.cloudstack.domain with parameters of type AsyncJob.ResultCode Constructor Description AsyncJob(String accountId, String cmd, Date created, String id, String instanceId, String instanceType, int progress, S result, AsyncJob.ResultCode resultCode, String resultType, AsyncJob.Status status, String userId, AsyncJobError error)
-