public static final class OperationResult.OPERATION_RESULT_STATUSES
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static OperationResult.OPERATION_RESULT_STATUSES |
COMPLETED |
static OperationResult.OPERATION_RESULT_STATUSES |
FAILED |
Modifier and Type | Method and Description |
---|---|
static OperationResult.OPERATION_RESULT_STATUSES |
fromString(java.lang.String status) |
java.lang.String |
getStatus() |
static OperationResult.OPERATION_RESULT_STATUSES |
valueOf(java.lang.String name) |
static OperationResult.OPERATION_RESULT_STATUSES[] |
values() |
public static final OperationResult.OPERATION_RESULT_STATUSES COMPLETED
public static final OperationResult.OPERATION_RESULT_STATUSES FAILED
public static OperationResult.OPERATION_RESULT_STATUSES[] values()
public static OperationResult.OPERATION_RESULT_STATUSES valueOf(java.lang.String name)
public java.lang.String getStatus()
public static OperationResult.OPERATION_RESULT_STATUSES fromString(java.lang.String status)