Uses of Enum
com.okta.sdk.resource.model.SupportedMethods.TypeEnum
Packages that use SupportedMethods.TypeEnum
-
Uses of SupportedMethods.TypeEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return SupportedMethods.TypeEnumModifier and TypeMethodDescriptionstatic SupportedMethods.TypeEnum
SupportedMethods.getType()
The type of authenticator methodstatic SupportedMethods.TypeEnum
Returns the enum constant of this type with the specified name.static SupportedMethods.TypeEnum[]
SupportedMethods.TypeEnum.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 SupportedMethods.TypeEnumModifier and TypeMethodDescriptionvoid
SupportedMethods.setType
(SupportedMethods.TypeEnum type) SupportedMethods.type
(SupportedMethods.TypeEnum type)