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 PolicyUserStatus
ScheduledUserLifecycleAction.getStatus()
Get statusUserStatusPolicyRuleCondition.getValue()
Get valuestatic PolicyUserStatus
Returns 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 TypeMethodDescriptionvoid
ScheduledUserLifecycleAction.setStatus
(PolicyUserStatus status) void
UserStatusPolicyRuleCondition.setValue
(PolicyUserStatus value) ScheduledUserLifecycleAction.status
(PolicyUserStatus status) UserStatusPolicyRuleCondition.value
(PolicyUserStatus value)