Class DocumentConversionStatusJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentConversionStatusJson
-
- All Implemented Interfaces:
Serializable
public class DocumentConversionStatusJson extends BaseJson
Status information of a file conversion- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentConversionStatusJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getEstimatedTimeForPdfConversion()
estimated time in seconds for pdf conversionConversionModuleStatus
getPdfStatus()
boolean
isPdfOnDemandRequested()
void
setEstimatedTimeForPdfConversion(Integer estimatedTimeForPdfConversion)
estimated time in seconds for pdf conversionvoid
setPdfOnDemandRequested(boolean pdfOnDemandRequested)
void
setPdfStatus(ConversionModuleStatus pdfStatus)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getPdfStatus
public ConversionModuleStatus getPdfStatus()
-
setPdfStatus
public void setPdfStatus(ConversionModuleStatus pdfStatus)
-
isPdfOnDemandRequested
public boolean isPdfOnDemandRequested()
-
setPdfOnDemandRequested
public void setPdfOnDemandRequested(boolean pdfOnDemandRequested)
-
getEstimatedTimeForPdfConversion
public Integer getEstimatedTimeForPdfConversion()
estimated time in seconds for pdf conversion- Returns:
- estimated time in seconds for pdf conversion
-
setEstimatedTimeForPdfConversion
public void setEstimatedTimeForPdfConversion(Integer estimatedTimeForPdfConversion)
estimated time in seconds for pdf conversion- Parameters:
estimatedTimeForPdfConversion
- estimated time in seconds for pdf conversion
-
-