Uses of Enum
com.okta.sdk.resource.model.AuthenticatorMethodTransactionType
-
Uses of AuthenticatorMethodTransactionType in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AuthenticatorMethodTransactionType[]
AuthenticatorMethodTransactionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAuthenticatorMethodPushAllOfSettings.getTransactionTypes()
Get transactionTypesSupportedMethodsSettings.getTransactionTypes()
The transaction type for this authenticator methodModifier and TypeMethodDescriptionAuthenticatorMethodPushAllOfSettings.addtransactionTypesItem
(AuthenticatorMethodTransactionType transactionTypesItem) SupportedMethodsSettings.addtransactionTypesItem
(AuthenticatorMethodTransactionType transactionTypesItem) Modifier and TypeMethodDescriptionvoid
AuthenticatorMethodPushAllOfSettings.setTransactionTypes
(List<AuthenticatorMethodTransactionType> transactionTypes) void
SupportedMethodsSettings.setTransactionTypes
(List<AuthenticatorMethodTransactionType> transactionTypes) AuthenticatorMethodPushAllOfSettings.transactionTypes
(List<AuthenticatorMethodTransactionType> transactionTypes) SupportedMethodsSettings.transactionTypes
(List<AuthenticatorMethodTransactionType> transactionTypes)