Uses of Enum
org.openapitools.client.model.ProvisioningSuspendedAction
Packages that use ProvisioningSuspendedAction
-
Uses of ProvisioningSuspendedAction in org.openapitools.client.model
Methods in org.openapitools.client.model that return ProvisioningSuspendedActionModifier and TypeMethodDescriptionstatic ProvisioningSuspendedAction
ProvisioningSuspendedCondition.getAction()
Get actionstatic ProvisioningSuspendedAction
Returns the enum constant of this type with the specified name.static ProvisioningSuspendedAction[]
ProvisioningSuspendedAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openapitools.client.model with parameters of type ProvisioningSuspendedActionModifier and TypeMethodDescriptionProvisioningSuspendedCondition.action
(ProvisioningSuspendedAction action) void
ProvisioningSuspendedCondition.setAction
(ProvisioningSuspendedAction action)