Class PDFPropertiesResult
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.result.PDFPropertiesResult
-
- All Implemented Interfaces:
PDFServicesJobResult
public class PDFPropertiesResult extends Object implements PDFServicesJobResult
This class encapsulates the result ofPDFPropertiesJob.
-
-
Constructor Summary
Constructors Constructor Description PDFPropertiesResult(PDFProperties pdfProperties, String pdfPropertiesJson)Constructs a newPDFPropertiesResultinstance withPDFPropertiesand PDF Properties JSON
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PDFPropertiesgetPdfProperties()ReturnsPDFPropertiesStringgetPDFPropertiesJson()Returns PDF Properties JSON
-
-
-
Constructor Detail
-
PDFPropertiesResult
public PDFPropertiesResult(PDFProperties pdfProperties, String pdfPropertiesJson)
Constructs a newPDFPropertiesResultinstance withPDFPropertiesand PDF Properties JSON- Parameters:
pdfProperties- PDF PropertiespdfPropertiesJson- PDF Properties JSON String
-
-
Method Detail
-
getPDFPropertiesJson
public String getPDFPropertiesJson()
Returns PDF Properties JSON- Returns:
String
-
getPdfProperties
public PDFProperties getPdfProperties()
ReturnsPDFProperties- Returns:
PDFProperties
-
-