Uses of Class
org.jclouds.cloudstack.domain.AsyncJobError.ErrorCode
-
Packages that use AsyncJobError.ErrorCode Package Description org.jclouds.cloudstack.domain -
-
Uses of AsyncJobError.ErrorCode in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as AsyncJobError.ErrorCode Modifier and Type Field Description protected AsyncJobError.ErrorCode
AsyncJobError.Builder. errorCode
Methods in org.jclouds.cloudstack.domain that return AsyncJobError.ErrorCode Modifier and Type Method Description 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 Modifier and Type Method Description T
AsyncJobError.Builder. errorCode(AsyncJobError.ErrorCode errorCode)
Constructors in org.jclouds.cloudstack.domain with parameters of type AsyncJobError.ErrorCode Constructor Description AsyncJobError(AsyncJobError.ErrorCode errorCode, String errorText)
-