Uses of Class
com.exoscale.sdk.model.Operation.ReasonEnum
-
Packages that use Operation.ReasonEnum Package Description com.exoscale.sdk.model -
-
Uses of Operation.ReasonEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return Operation.ReasonEnum Modifier and Type Method Description static Operation.ReasonEnum
Operation.ReasonEnum. fromValue(String value)
Operation.ReasonEnum
Operation. getReason()
Operation failure reasonstatic Operation.ReasonEnum
Operation.ReasonEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operation.ReasonEnum[]
Operation.ReasonEnum. 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.ReasonEnum Constructor Description Operation(UUID id, Operation.ReasonEnum reason, String message, Operation.StateEnum state)
-