Uses of Enum
org.openapitools.client.model.OperationalStatus
Packages that use OperationalStatus
-
Uses of OperationalStatus in org.openapitools.client.model
Methods in org.openapitools.client.model that return OperationalStatusModifier and TypeMethodDescriptionstatic OperationalStatusAgent.getOperationalStatus()Get operationalStatusAgentPool.getOperationalStatus()Get operationalStatusstatic OperationalStatusReturns the enum constant of this type with the specified name.static OperationalStatus[]OperationalStatus.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 OperationalStatusModifier and TypeMethodDescriptionAgent.operationalStatus(OperationalStatus operationalStatus) AgentPool.operationalStatus(OperationalStatus operationalStatus) voidAgent.setOperationalStatus(OperationalStatus operationalStatus) voidAgentPool.setOperationalStatus(OperationalStatus operationalStatus)