Uses of Enum
com.exoscale.sdk.model.Operation.StateEnum
Packages that use Operation.StateEnum
-
Uses of Operation.StateEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return Operation.StateEnumModifier and TypeMethodDescriptionstatic Operation.StateEnumOperation.getState()Operation statusstatic Operation.StateEnumReturns 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.Constructors in com.exoscale.sdk.model with parameters of type Operation.StateEnumModifierConstructorDescriptionOperation(UUID id, Operation.ReasonEnum reason, String message, Operation.StateEnum state)