Uses of Class
com.okta.sdk.resource.PolicyUserStatus
-
Packages that use PolicyUserStatus Package Description com.okta.sdk.resource -
-
Uses of PolicyUserStatus in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return PolicyUserStatus Modifier and Type Method Description PolicyUserStatus
ScheduledUserLifecycleAction. getStatus()
PolicyUserStatus
UserStatusPolicyRuleCondition. getValue()
static PolicyUserStatus
PolicyUserStatus. valueOf(java.lang.String name)
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 with parameters of type PolicyUserStatus Modifier and Type Method Description ScheduledUserLifecycleAction
ScheduledUserLifecycleAction. setStatus(PolicyUserStatus status)
UserStatusPolicyRuleCondition
UserStatusPolicyRuleCondition. setValue(PolicyUserStatus value)
-