Uses of Enum
com.okta.sdk.resource.model.ResendUserFactor.FactorTypeEnum
Packages that use ResendUserFactor.FactorTypeEnum
-
Uses of ResendUserFactor.FactorTypeEnum in com.okta.sdk.resource.model
Fields in com.okta.sdk.resource.model declared as ResendUserFactor.FactorTypeEnumModifier and TypeFieldDescriptionprotected ResendUserFactor.FactorTypeEnumResendUserFactor.factorTypeMethods in com.okta.sdk.resource.model that return ResendUserFactor.FactorTypeEnumModifier and TypeMethodDescriptionResendUserFactor.getFactorType()Type of the FactorReturns the enum constant of this type with the specified name.static ResendUserFactor.FactorTypeEnum[]ResendUserFactor.FactorTypeEnum.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 ResendUserFactor.FactorTypeEnumModifier and TypeMethodDescriptionResendUserFactor.factorType(ResendUserFactor.FactorTypeEnum factorType) voidResendUserFactor.setFactorType(ResendUserFactor.FactorTypeEnum factorType)