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 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 com.okta.sdk.resource.model with parameters of type PolicyUserStatusModifier and TypeMethodDescriptionvoidScheduledUserLifecycleAction.setStatus(PolicyUserStatus status) voidUserStatusPolicyRuleCondition.setValue(PolicyUserStatus value) ScheduledUserLifecycleAction.status(PolicyUserStatus status) UserStatusPolicyRuleCondition.value(PolicyUserStatus value)