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.ErrorCodeAsyncJobError.Builder. errorCodeMethods in org.jclouds.cloudstack.domain that return AsyncJobError.ErrorCode Modifier and Type Method Description static AsyncJobError.ErrorCodeAsyncJobError.ErrorCode. fromValue(String value)AsyncJobError.ErrorCodeAsyncJobError. getErrorCode()static AsyncJobError.ErrorCodeAsyncJobError.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 TAsyncJobError.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)
-