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.TypeEnumSupportedMethods.getType()The type of authenticator methodstatic SupportedMethods.TypeEnumReturns 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 TypeMethodDescriptionvoidSupportedMethods.setType(SupportedMethods.TypeEnum type) SupportedMethods.type(SupportedMethods.TypeEnum type)