Uses of Enum
com.okta.sdk.resource.model.SessionStatus
Packages that use SessionStatus
-
Uses of SessionStatus in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return SessionStatusModifier and TypeMethodDescriptionstatic SessionStatus
Session.getStatus()
Get statusstatic SessionStatus
Returns the enum constant of this type with the specified name.static SessionStatus[]
SessionStatus.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 SessionStatusModifier and TypeMethodDescriptionvoid
Session.setStatus
(SessionStatus status) Session.status
(SessionStatus status)