Class Export

java.lang.Object
com.draftable.api.client.Export

public final class Export extends Object
  • Constructor Details

  • Method Details

    • getIdentifier

      public String getIdentifier()
      Gets identifier of the export
    • getComparison

      public String getComparison()
      Gets identifier of the comparison used for running this export
    • getUrl

      public String getUrl()
      Gets export url
    • getKind

      public ExportKind getKind()
      Gets export kind. Supported values: SINGLE_PAGE, COMBINED, LEFT, RIGHT. .
    • isReady

      public boolean isReady()
      Gets indicator if the export is ready.
    • getFailed

      public Boolean getFailed()
      Gets indicator if the export has failed.
    • getErrorMessage

      public String getErrorMessage()
      Gets error message for failed exports. Returns null for successful exports.