Package com.pdfgate
Class CreateEnvelopeParams
java.lang.Object
com.pdfgate.CreateEnvelopeParams
Parameters for creating a signing envelope.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateEnvelopeParams.Builderbuilder()Creates a new builder for create envelope parameters.Returns the envelope documents.Returns metadata attached to the envelope, if present.Returns the requester name.
-
Method Details
-
builder
Creates a new builder for create envelope parameters.- Returns:
- the builder for create envelope parameters.
-
getDocuments
Returns the envelope documents.- Returns:
- the envelope documents.
-
getRequesterName
Returns the requester name.- Returns:
- the requester name.
-
getMetadata
Returns metadata attached to the envelope, if present.- Returns:
- metadata attached to the envelope, if present.
-