Package com.pdfgate
Class ExtractPdfFormDataParams.Builder
java.lang.Object
com.pdfgate.ExtractPdfFormDataParams.Builder
- Enclosing class:
ExtractPdfFormDataParams
Builder for
ExtractPdfFormDataParams.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the extract PDF form data parameters.documentId(String documentId) Sets the document ID for extraction.
-
Constructor Details
-
Builder
public Builder()Creates a builder for extract PDF form data parameters.
-
-
Method Details
-
documentId
Sets the document ID for extraction.- Parameters:
documentId- the document ID.- Returns:
- this builder.
-
build
Builds the extract PDF form data parameters.- Returns:
- the extract PDF form data parameters.
-