Uses of Class
com.exoscale.sdk.model.Operation.StateEnum
-
Packages that use Operation.StateEnum Package Description com.exoscale.sdk.model -
-
Uses of Operation.StateEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return Operation.StateEnum Modifier and Type Method Description static Operation.StateEnum
Operation.StateEnum. fromValue(String value)
Operation.StateEnum
Operation. getState()
Operation statusstatic Operation.StateEnum
Operation.StateEnum. valueOf(String name)
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.Constructors in com.exoscale.sdk.model with parameters of type Operation.StateEnum Constructor Description Operation(UUID id, Operation.ReasonEnum reason, String message, Operation.StateEnum state)
-