Uses of Class
org.jclouds.cloudstack.domain.AsyncJob.ResultCode

Packages that use AsyncJob.ResultCode
org.jclouds.cloudstack.domain   
 

Uses of AsyncJob.ResultCode in org.jclouds.cloudstack.domain
 

Fields in org.jclouds.cloudstack.domain declared as AsyncJob.ResultCode
protected  AsyncJob.ResultCode AsyncJob.Builder.resultCode
           
 

Methods in org.jclouds.cloudstack.domain that return AsyncJob.ResultCode
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
 T AsyncJob.Builder.resultCode(AsyncJob.ResultCode resultCode)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type AsyncJob.ResultCode
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)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.