Uses of Enum
com.okta.sdk.resource.model.UserStatus
Packages that use UserStatus
-
Uses of UserStatus in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return UserStatusModifier and TypeMethodDescriptionstatic UserStatus
User.getStatus()
Get statusUser.getTransitioningToStatus()
Get transitioningToStatusstatic UserStatus
Returns the enum constant of this type with the specified name.static UserStatus[]
UserStatus.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 UserStatusModifier and TypeMethodDescriptionvoid
User.setStatus
(UserStatus status) void
User.setTransitioningToStatus
(UserStatus transitioningToStatus) User.status
(UserStatus status) User.transitioningToStatus
(UserStatus transitioningToStatus)