Package com.pdfgate
Class GetEnvelopeParams.Builder
java.lang.Object
com.pdfgate.GetEnvelopeParams.Builder
- Enclosing class:
GetEnvelopeParams
Builder for
GetEnvelopeParams.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the get envelope parameters.Sets the envelope id to retrieve.
-
Constructor Details
-
Builder
public Builder()Creates a builder for get envelope parameters.
-
-
Method Details
-
id
Sets the envelope id to retrieve.- Parameters:
id- the envelope id to retrieve.- Returns:
- this builder.
-
build
Builds the get envelope parameters.- Returns:
- the get envelope parameters.
-