Package com.pdfgate
Class EnvelopeRecipient.Builder
java.lang.Object
com.pdfgate.EnvelopeRecipient.Builder
- Enclosing class:
EnvelopeRecipient
Builder for
EnvelopeRecipient.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the envelope recipient parameters.Sets the recipient email address.Sets the recipient display name.Sets the recipient role.
-
Method Details
-
email
Sets the recipient email address.- Parameters:
email- recipient email address.- Returns:
- this builder.
-
name
Sets the recipient display name.- Parameters:
name- recipient display name.- Returns:
- this builder.
-
role
Sets the recipient role.- Parameters:
role- recipient role.- Returns:
- this builder.
-
build
Builds the envelope recipient parameters.- Returns:
- the envelope recipient parameters.
-