Uses of Enum
com.docspring.SubmissionDataRequest.AuthSecondFactorTypeEnum
Packages that use SubmissionDataRequest.AuthSecondFactorTypeEnum
-
Uses of SubmissionDataRequest.AuthSecondFactorTypeEnum in com.docspring
Methods in com.docspring that return SubmissionDataRequest.AuthSecondFactorTypeEnumModifier and TypeMethodDescriptionSubmissionDataRequest.getAuthSecondFactorType()Get authSecondFactorTypeReturns the enum constant of this type with the specified name.SubmissionDataRequest.AuthSecondFactorTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.docspring with parameters of type SubmissionDataRequest.AuthSecondFactorTypeEnumModifier and TypeMethodDescriptionSubmissionDataRequest.authSecondFactorType(SubmissionDataRequest.AuthSecondFactorTypeEnum authSecondFactorType) voidSubmissionDataRequest.setAuthSecondFactorType(SubmissionDataRequest.AuthSecondFactorTypeEnum authSecondFactorType)