Uses of Enum
com.exoscale.sdk.model.Operation.ReasonEnum
Packages that use Operation.ReasonEnum
-
Uses of Operation.ReasonEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return Operation.ReasonEnumModifier and TypeMethodDescriptionstatic Operation.ReasonEnum
Operation.getReason()
Operation failure reasonstatic Operation.ReasonEnum
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.ReasonEnumModifierConstructorDescriptionOperation
(UUID id, Operation.ReasonEnum reason, String message, Operation.StateEnum state)