Package com.adobe.pdfservices.operation
Class PDFServicesJobStatusResponse
- java.lang.Object
-
- com.adobe.pdfservices.operation.PDFServicesJobStatusResponse
-
- Direct Known Subclasses:
PDFServicesResponse
public class PDFServicesJobStatusResponse extends Object
Response object encapsulatingPDFServicesJob
status and retry interval.
-
-
Constructor Summary
Constructors Constructor Description PDFServicesJobStatusResponse(String status, Map<String,String> headers)
ConstructsPDFServicesJob
status response with its status, headers.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getRetryInterval()
Returns retry interval for status polling of thePDFServicesJob
in seconds.String
getStatus()
Returns string representation ofPDFServicesJobStatus
for thePDFServicesJob
.
-
-
-
Constructor Detail
-
PDFServicesJobStatusResponse
public PDFServicesJobStatusResponse(String status, Map<String,String> headers)
ConstructsPDFServicesJob
status response with its status, headers.- Parameters:
status
- Status of thePDFServicesJob
.headers
- Headers of thePDFServicesResponse
.
-
-
Method Detail
-
getStatus
public String getStatus()
Returns string representation ofPDFServicesJobStatus
for thePDFServicesJob
.- Returns:
- string representation of
PDFServicesJobStatus
for thePDFServicesJob
-
getRetryInterval
public Integer getRetryInterval()
Returns retry interval for status polling of thePDFServicesJob
in seconds.- Returns:
- retry interval for status polling of the
PDFServicesJob
in seconds
-
-