Uses of Enum Class
com.digicert.validation.methods.email.prepare.EmailSource
Packages that use EmailSource
Package
Description
-
Uses of EmailSource in com.digicert.validation.methods.email
Methods in com.digicert.validation.methods.email with parameters of type EmailSourceModifier and TypeMethodDescriptionprivate EmailProvider
EmailValidator.findEmailGenerator
(EmailSource emailSource) Finds the appropriate email provider based on the email source. -
Uses of EmailSource in com.digicert.validation.methods.email.prepare
Fields in com.digicert.validation.methods.email.prepare declared as EmailSourceModifier and TypeFieldDescriptionprivate final EmailSource
EmailPreparation.emailSource
The field for theemailSource
record component.private final EmailSource
EmailPreparationResponse.emailSource
The field for theemailSource
record component.Methods in com.digicert.validation.methods.email.prepare that return EmailSourceModifier and TypeMethodDescriptionEmailPreparation.emailSource()
Returns the value of theemailSource
record component.EmailPreparationResponse.emailSource()
Returns the value of theemailSource
record component.static EmailSource
Returns the enum constant of this class with the specified name.static EmailSource[]
EmailSource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.digicert.validation.methods.email.prepare with parameters of type EmailSourceModifierConstructorDescriptionEmailPreparation
(String domain, EmailSource emailSource) Creates an instance of aEmailPreparation
record class.EmailPreparationResponse
(String domain, EmailSource emailSource, List<EmailWithRandomValue> emailWithRandomValue, ValidationState validationState) Creates an instance of aEmailPreparationResponse
record class. -
Uses of EmailSource in com.digicert.validation.methods.email.validate
Fields in com.digicert.validation.methods.email.validate declared as EmailSourceModifier and TypeFieldDescriptionprivate final EmailSource
EmailValidationRequest.emailSource
The source of the email used for validation.Constructors in com.digicert.validation.methods.email.validate with parameters of type EmailSourceModifierConstructorDescriptionprivate
EmailValidationRequest
(String domain, EmailSource emailSource, String randomValue, String emailAddress, ValidationState validationState) Private constructor to prevent instantiation without using the builder.