Uses of Enum
com.okta.sdk.resource.model.AuthenticatorMethodTransactionType
Packages that use AuthenticatorMethodTransactionType
-
Uses of AuthenticatorMethodTransactionType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AuthenticatorMethodTransactionTypeModifier 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.Methods in com.okta.sdk.resource.model that return types with arguments of type AuthenticatorMethodTransactionTypeModifier and TypeMethodDescriptionAuthenticatorMethodPushAllOfSettings.getTransactionTypes()Get transactionTypesSupportedMethodsSettings.getTransactionTypes()The transaction type for this authenticator methodMethods in com.okta.sdk.resource.model with parameters of type AuthenticatorMethodTransactionTypeModifier and TypeMethodDescriptionAuthenticatorMethodPushAllOfSettings.addtransactionTypesItem(AuthenticatorMethodTransactionType transactionTypesItem) SupportedMethodsSettings.addtransactionTypesItem(AuthenticatorMethodTransactionType transactionTypesItem) Method parameters in com.okta.sdk.resource.model with type arguments of type AuthenticatorMethodTransactionTypeModifier and TypeMethodDescriptionvoidAuthenticatorMethodPushAllOfSettings.setTransactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes) voidSupportedMethodsSettings.setTransactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes) AuthenticatorMethodPushAllOfSettings.transactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes) SupportedMethodsSettings.transactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes)