Package com.pdfgate
Class GetEnvelopeParams
java.lang.Object
com.pdfgate.GetEnvelopeParams
Parameters for retrieving an envelope by id.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic GetEnvelopeParams.Builderbuilder()Creates a new builder for get envelope parameters.getId()Returns the envelope id to retrieve.
-
Method Details
-
builder
Creates a new builder for get envelope parameters.- Returns:
- the builder for get envelope parameters.
-
getId
Returns the envelope id to retrieve.- Returns:
- the envelope id to retrieve.
-