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
 

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
 AsyncJob.Builder<T> AsyncJob.Builder.resultCode(AsyncJob.ResultCode resultCode)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type AsyncJob.ResultCode
AsyncJob(long accountId, String cmd, Date created, long id, long instanceId, String instanceType, int progress, T result, AsyncJob.ResultCode resultCode, String resultType, AsyncJob.Status status, int userId, AsyncJobError error)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.