Uses of Enum
com.okta.sdk.resource.model.UserFactorSupported.EnrollmentEnum
Packages that use UserFactorSupported.EnrollmentEnum
-
Uses of UserFactorSupported.EnrollmentEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return UserFactorSupported.EnrollmentEnumModifier and TypeMethodDescriptionUserFactorSupported.getEnrollment()
Indicates if the Factor is required for the specified userReturns the enum constant of this type with the specified name.static UserFactorSupported.EnrollmentEnum[]
UserFactorSupported.EnrollmentEnum.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 UserFactorSupported.EnrollmentEnumModifier and TypeMethodDescriptionUserFactorSupported.enrollment
(UserFactorSupported.EnrollmentEnum enrollment) void
UserFactorSupported.setEnrollment
(UserFactorSupported.EnrollmentEnum enrollment)