Package com.pdfgate
Class SendEnvelopeParams.Builder
java.lang.Object
com.pdfgate.SendEnvelopeParams.Builder
- Enclosing class:
SendEnvelopeParams
Builder for
SendEnvelopeParams.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the send envelope parameters.Sets the envelope id to send.
-
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
Builds the send envelope parameters.- Returns:
- the send envelope parameters.
-