Package com.pdfgate
Class EnvelopeRecipient
java.lang.Object
com.pdfgate.EnvelopeRecipient
Recipient parameters for a document inside a create envelope request.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic EnvelopeRecipient.Builderbuilder()Creates a new builder for envelope recipient parameters.getEmail()Returns the recipient email address.getName()Returns the recipient display name.getRole()Returns the recipient role, if present.
-
Method Details
-
builder
Creates a new builder for envelope recipient parameters.- Returns:
- the builder for envelope recipient parameters.
-
getEmail
Returns the recipient email address.- Returns:
- the recipient email address.
-
getName
Returns the recipient display name.- Returns:
- the recipient display name.
-
getRole
Returns the recipient role, if present.- Returns:
- the recipient role, if present.
-