Uses of Enum
com.okta.sdk.resource.model.PostAuthSessionFailureActionsObject.ActionEnum
Packages that use PostAuthSessionFailureActionsObject.ActionEnum
-
Uses of PostAuthSessionFailureActionsObject.ActionEnum in com.okta.sdk.resource.model
Fields in com.okta.sdk.resource.model declared as PostAuthSessionFailureActionsObject.ActionEnumMethods in com.okta.sdk.resource.model that return PostAuthSessionFailureActionsObject.ActionEnumModifier and TypeMethodDescriptionPostAuthSessionFailureActionsObject.getAction()
Get actionReturns the enum constant of this type with the specified name.PostAuthSessionFailureActionsObject.ActionEnum.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 PostAuthSessionFailureActionsObject.ActionEnumModifier and TypeMethodDescriptionPostAuthSessionFailureActionsObject.action
(PostAuthSessionFailureActionsObject.ActionEnum action) void
PostAuthSessionFailureActionsObject.setAction
(PostAuthSessionFailureActionsObject.ActionEnum action)