Uses of Enum
com.exoscale.sdk.model.Operation.StateEnum
-
Uses of Operation.StateEnum in com.exoscale.sdk.model
Modifier and TypeMethodDescriptionstatic Operation.StateEnum
Operation.getState()
Operation statusstatic Operation.StateEnum
Returns the enum constant of this type with the specified name.static Operation.StateEnum[]
Operation.StateEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionOperation
(UUID id, Operation.ReasonEnum reason, String message, Operation.StateEnum state)