Uses of Class
org.jclouds.cloudstack.domain.AsyncJobError.ErrorCode

Packages that use AsyncJobError.ErrorCode
org.jclouds.cloudstack.domain   
 

Uses of AsyncJobError.ErrorCode in org.jclouds.cloudstack.domain
 

Fields in org.jclouds.cloudstack.domain declared as AsyncJobError.ErrorCode
protected  AsyncJobError.ErrorCode AsyncJobError.Builder.errorCode
           
 

Methods in org.jclouds.cloudstack.domain that return AsyncJobError.ErrorCode
static AsyncJobError.ErrorCode AsyncJobError.ErrorCode.fromValue(String value)
           
 AsyncJobError.ErrorCode AsyncJobError.getErrorCode()
           
static AsyncJobError.ErrorCode AsyncJobError.ErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AsyncJobError.ErrorCode[] AsyncJobError.ErrorCode.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 AsyncJobError.ErrorCode
 T AsyncJobError.Builder.errorCode(AsyncJobError.ErrorCode errorCode)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type AsyncJobError.ErrorCode
AsyncJobError(AsyncJobError.ErrorCode errorCode, String errorText)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.