Package com.pdfgate

Class EnvelopeRecipient.Builder

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

public static final class EnvelopeRecipient.Builder extends Object
Builder for EnvelopeRecipient.
  • Method Details

    • email

      public EnvelopeRecipient.Builder email(String email)
      Sets the recipient email address.
      Parameters:
      email - recipient email address.
      Returns:
      this builder.
    • name

      public EnvelopeRecipient.Builder name(String name)
      Sets the recipient display name.
      Parameters:
      name - recipient display name.
      Returns:
      this builder.
    • role

      public EnvelopeRecipient.Builder role(String role)
      Sets the recipient role.
      Parameters:
      role - recipient role.
      Returns:
      this builder.
    • build

      public EnvelopeRecipient build()
      Builds the envelope recipient parameters.
      Returns:
      the envelope recipient parameters.