Class ReplacePagesParams
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.params.replacepages.ReplacePagesParams
-
- All Implemented Interfaces:
PDFServicesJobParams
public class ReplacePagesParams extends Object implements PDFServicesJobParams
Parameters for replacing pages of a pdf usingReplacePagesPDFJob
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReplacePagesParams.Builder
Builds aReplacePagesParams
instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Integer,com.adobe.pdfservices.operation.internal.params.CombinePDFJobInput>
getAssetsToReplace()
Asset
getBaseAsset()
Returns the base PDFAsset
to which pages will be replaced.static ReplacePagesParams.Builder
replacePagesParamsBuilder(Asset asset)
Creates a newReplacePagesParams.Builder
.
-
-
-
Method Detail
-
getAssetsToReplace
public Map<Integer,com.adobe.pdfservices.operation.internal.params.CombinePDFJobInput> getAssetsToReplace()
- Returns:
- mapping of base
Asset
page number andAsset
to be replaced along withPageRanges
.
-
getBaseAsset
public Asset getBaseAsset()
Returns the base PDFAsset
to which pages will be replaced.- Returns:
- an
Asset
instance
-
replacePagesParamsBuilder
public static ReplacePagesParams.Builder replacePagesParamsBuilder(Asset asset)
Creates a newReplacePagesParams.Builder
.- Returns:
- a
ReplacePagesParams.Builder
instance
-
-