Package com.pdfgate
Class CreateEnvelopeParams.Builder
java.lang.Object
com.pdfgate.CreateEnvelopeParams.Builder
- Enclosing class:
CreateEnvelopeParams
Builder for
CreateEnvelopeParams.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the create envelope parameters.documents(List<EnvelopeDocument> documents) Sets the envelope documents.Sets metadata attached to the envelope.requesterName(String requesterName) Sets the requester name.
-
Method Details
-
documents
Sets the envelope documents.- Parameters:
documents- envelope documents.- Returns:
- this builder.
-
requesterName
Sets the requester name.- Parameters:
requesterName- requester name.- Returns:
- this builder.
-
metadata
Sets metadata attached to the envelope.- Parameters:
metadata- metadata attached to the envelope.- Returns:
- this builder.
-
build
Builds the create envelope parameters.- Returns:
- the create envelope parameters.
-