Package com.pdfgate

Class EnvelopeRecipient

java.lang.Object
com.pdfgate.EnvelopeRecipient

public final class EnvelopeRecipient extends Object
Recipient parameters for a document inside a create envelope request.
  • Method Details

    • builder

      public static EnvelopeRecipient.Builder builder()
      Creates a new builder for envelope recipient parameters.
      Returns:
      the builder for envelope recipient parameters.
    • getEmail

      public String getEmail()
      Returns the recipient email address.
      Returns:
      the recipient email address.
    • getName

      public String getName()
      Returns the recipient display name.
      Returns:
      the recipient display name.
    • getRole

      public String getRole()
      Returns the recipient role, if present.
      Returns:
      the recipient role, if present.