Uses of Enum
com.okta.sdk.resource.model.PolicyUserStatus
-
Uses of PolicyUserStatus in com.okta.sdk.resource.model
Modifier 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.Modifier and TypeMethodDescriptionvoid
ScheduledUserLifecycleAction.setStatus
(PolicyUserStatus status) void
UserStatusPolicyRuleCondition.setValue
(PolicyUserStatus value) ScheduledUserLifecycleAction.status
(PolicyUserStatus status) UserStatusPolicyRuleCondition.value
(PolicyUserStatus value)