Package com.pdfgate

Class SendEnvelopeParams.Builder

java.lang.Object
com.pdfgate.SendEnvelopeParams.Builder
Enclosing class:
SendEnvelopeParams

public static final class SendEnvelopeParams.Builder extends Object
Builder for SendEnvelopeParams.
  • Constructor Details

    • Builder

      public Builder()
      Creates a builder for send envelope parameters.
  • Method Details

    • id

      Sets the envelope id to send.
      Parameters:
      id - the envelope id to send.
      Returns:
      this builder.
    • build

      public SendEnvelopeParams build()
      Builds the send envelope parameters.
      Returns:
      the send envelope parameters.