Package com.pdfgate

Class CreateEnvelopeParams

java.lang.Object
com.pdfgate.CreateEnvelopeParams

public final class CreateEnvelopeParams extends Object
Parameters for creating a signing envelope.
  • Method Details

    • builder

      public static CreateEnvelopeParams.Builder builder()
      Creates a new builder for create envelope parameters.
      Returns:
      the builder for create envelope parameters.
    • getDocuments

      public List<EnvelopeDocument> getDocuments()
      Returns the envelope documents.
      Returns:
      the envelope documents.
    • getRequesterName

      public String getRequesterName()
      Returns the requester name.
      Returns:
      the requester name.
    • getMetadata

      public Object getMetadata()
      Returns metadata attached to the envelope, if present.
      Returns:
      metadata attached to the envelope, if present.