Uses of Record Class
com.digicert.validation.methods.email.prepare.EmailWithRandomValue
Packages that use EmailWithRandomValue
-
Uses of EmailWithRandomValue in com.digicert.validation.methods.email.prepare
Fields in com.digicert.validation.methods.email.prepare with type parameters of type EmailWithRandomValueModifier and TypeFieldDescriptionprivate final List
<EmailWithRandomValue> EmailPreparationResponse.emailWithRandomValue
The field for theemailWithRandomValue
record component.Methods in com.digicert.validation.methods.email.prepare that return types with arguments of type EmailWithRandomValueModifier and TypeMethodDescriptionEmailPreparationResponse.emailWithRandomValue()
Returns the value of theemailWithRandomValue
record component.Constructor parameters in com.digicert.validation.methods.email.prepare with type arguments of type EmailWithRandomValueModifierConstructorDescriptionEmailPreparationResponse
(String domain, EmailSource emailSource, List<EmailWithRandomValue> emailWithRandomValue, ValidationState validationState) Creates an instance of aEmailPreparationResponse
record class.