Package com.pdfgate

Class EnvelopeDocument

java.lang.Object
com.pdfgate.EnvelopeDocument

public final class EnvelopeDocument extends Object
Document parameters for a create envelope request.
  • Method Details

    • builder

      public static EnvelopeDocument.Builder builder()
      Creates a new builder for envelope document parameters.
      Returns:
      the builder for envelope document parameters.
    • getSourceDocumentId

      public String getSourceDocumentId()
      Returns the source document ID.
      Returns:
      the source document ID.
    • getName

      public String getName()
      Returns the document name inside the envelope.
      Returns:
      the document name inside the envelope.
    • getRecipients

      public List<EnvelopeRecipient> getRecipients()
      Returns the recipients for the document.
      Returns:
      the recipients for the document.