Uses of Enum
com.okta.sdk.resource.model.UserFactorActivateResponse.FactorTypeEnum
Packages that use UserFactorActivateResponse.FactorTypeEnum
-
Uses of UserFactorActivateResponse.FactorTypeEnum in com.okta.sdk.resource.model
Fields in com.okta.sdk.resource.model declared as UserFactorActivateResponse.FactorTypeEnumMethods in com.okta.sdk.resource.model that return UserFactorActivateResponse.FactorTypeEnumModifier and TypeMethodDescriptionUserFactorActivateResponse.getFactorType()
Type of the FactorReturns the enum constant of this type with the specified name.UserFactorActivateResponse.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 UserFactorActivateResponse.FactorTypeEnumModifier and TypeMethodDescriptionUserFactorActivateResponse.factorType
(UserFactorActivateResponse.FactorTypeEnum factorType) void
UserFactorActivateResponse.setFactorType
(UserFactorActivateResponse.FactorTypeEnum factorType)