Uses of Enum
com.okta.sdk.resource.model.PolicyUserStatus
Packages that use PolicyUserStatus
-
Uses of PolicyUserStatus in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.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 com.okta.sdk.resource.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)