Uses of Enum Class
org.jclouds.cloudstack.domain.AsyncJob.ResultCode
Packages that use AsyncJob.ResultCode
-
Uses of AsyncJob.ResultCode in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as AsyncJob.ResultCodeMethods in org.jclouds.cloudstack.domain that return AsyncJob.ResultCodeModifier and TypeMethodDescriptionstatic AsyncJob.ResultCode
AsyncJob.getResultCode()
static AsyncJob.ResultCode
Returns the enum constant of this class with the specified name.static AsyncJob.ResultCode[]
AsyncJob.ResultCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type AsyncJob.ResultCodeConstructors in org.jclouds.cloudstack.domain with parameters of type AsyncJob.ResultCodeModifierConstructorDescriptionprotected
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)