Uses of Enum
org.openapitools.client.model.PolicyUserStatus
Packages that use PolicyUserStatus
- 
Uses of PolicyUserStatus in org.openapitools.client.model
Methods in org.openapitools.client.model that return PolicyUserStatusModifier and TypeMethodDescriptionstatic PolicyUserStatusScheduledUserLifecycleAction.getStatus()Get statusUserStatusPolicyRuleCondition.getValue()Get valuestatic PolicyUserStatusReturns the enum constant of this type with the specified name.static PolicyUserStatus[]PolicyUserStatus.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 PolicyUserStatusModifier and TypeMethodDescriptionvoidScheduledUserLifecycleAction.setStatus(PolicyUserStatus status) voidUserStatusPolicyRuleCondition.setValue(PolicyUserStatus value) ScheduledUserLifecycleAction.status(PolicyUserStatus status) UserStatusPolicyRuleCondition.value(PolicyUserStatus value)