Class DocumentMergeParams
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.DocumentMergeParams
-
- All Implemented Interfaces:
PDFServicesJobParams
public class DocumentMergeParams extends Object implements PDFServicesJobParams
Parameters for document generation usingDocumentMergeJob.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentMergeParams.BuilderBuilds aDocumentMergeParamsinstance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentMergeParams.BuilderdocumentMergeParamsBuilder()Creates a newDocumentMergeParams.Builder.FragmentsgetFragments()Returns the inputFragmentsdata for document merge process.org.json.JSONObjectgetJsonDataForMerge()Represents the input datasource for the document merge process as a JSON ObjectOutputFormatgetOutputFormat()Returns the intendedOutputFormatof the generated document.
-
-
-
Method Detail
-
getJsonDataForMerge
public org.json.JSONObject getJsonDataForMerge()
Represents the input datasource for the document merge process as a JSON Object- Returns:
- the input JSON Data to be merged with document template
-
getOutputFormat
public OutputFormat getOutputFormat()
Returns the intendedOutputFormatof the generated document.- Returns:
- the
OutputFormat
-
getFragments
public Fragments getFragments()
Returns the inputFragmentsdata for document merge process.- Returns:
- the input
Fragmentsdata for the document merge process
-
documentMergeParamsBuilder
public static DocumentMergeParams.Builder documentMergeParamsBuilder()
Creates a newDocumentMergeParams.Builder.- Returns:
- a
DocumentMergeParams.Builderinstance
-
-