Package com.draftable.api.client
Class Export
java.lang.Object
com.draftable.api.client.Export
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets identifier of the comparison used for running this exportGets error message for failed exports.Gets indicator if the export has failed.Gets identifier of the exportgetKind()
Gets export kind.getUrl()
Gets export urlboolean
isReady()
Gets indicator if the export is ready.
-
Constructor Details
-
Export
-
-
Method Details
-
getIdentifier
Gets identifier of the export -
getComparison
Gets identifier of the comparison used for running this export -
getUrl
Gets export url -
getKind
Gets export kind. Supported values: SINGLE_PAGE, COMBINED, LEFT, RIGHT. . -
isReady
public boolean isReady()Gets indicator if the export is ready. -
getFailed
Gets indicator if the export has failed. -
getErrorMessage
Gets error message for failed exports. Returns null for successful exports.
-