Package com.adobe.pdfservices.operation
Class PDFServicesResponse<T>
- java.lang.Object
-
- com.adobe.pdfservices.operation.PDFServicesJobStatusResponse
-
- com.adobe.pdfservices.operation.PDFServicesResponse<T>
-
- Type Parameters:
T- Type of result inPDFServicesResponse.
public class PDFServicesResponse<T> extends PDFServicesJobStatusResponse
Response object forPDFServicesJob.
-
-
Constructor Summary
Constructors Constructor Description PDFServicesResponse(String status, Map<String,String> headers, T result)ConstructsPDFServicesJobresponse with its status, headers and result.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetResult()Returns instance of result ofPDFServicesJob.-
Methods inherited from class com.adobe.pdfservices.operation.PDFServicesJobStatusResponse
getRetryInterval, getStatus
-
-
-
-
Constructor Detail
-
PDFServicesResponse
public PDFServicesResponse(String status, Map<String,String> headers, T result)
ConstructsPDFServicesJobresponse with its status, headers and result.- Parameters:
status- Status of thePDFServicesJob.headers- Headers of thePDFServicesResponse.result- result for thePDFServicesJob, it will be an extension ofPDFServicesJobResult.
-
-
Method Detail
-
getResult
public T getResult()
Returns instance of result ofPDFServicesJob.- Returns:
- result of
PDFServicesJob
-
-