Class RotatePagesParams
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.params.rotatepages.RotatePagesParams
-
- All Implemented Interfaces:
PDFServicesJobParams
public class RotatePagesParams extends Object implements PDFServicesJobParams
Parameters to rotate pages of a pdf usingRotatePagesJob.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRotatePagesParams.BuilderBuilds aRotatePagesParamsinstance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.adobe.pdfservices.operation.internal.dto.request.pagemanipulation.PageAction>getPageActions()Returns the list ofPageActionto be used for rotating pages.static RotatePagesParams.BuilderrotatePagesParamsBuilder()Creates a newRotatePagesParams.Builder.
-
-
-
Method Detail
-
getPageActions
public List<com.adobe.pdfservices.operation.internal.dto.request.pagemanipulation.PageAction> getPageActions()
Returns the list ofPageActionto be used for rotating pages.- Returns:
- list of
PageActionto be used for rotating pages.
-
rotatePagesParamsBuilder
public static RotatePagesParams.Builder rotatePagesParamsBuilder()
Creates a newRotatePagesParams.Builder.- Returns:
- a
RotatePagesParams.Builderinstance
-
-