Class ImportDataResponse

java.lang.Object
org.labkey.remoteapi.CommandResponse
org.labkey.remoteapi.query.ImportDataResponse

public class ImportDataResponse extends CommandResponse
  • Constructor Details

    • ImportDataResponse

      public ImportDataResponse(String text, int statusCode, String contentType, org.json.JSONObject json)
  • Method Details

    • getSuccess

      public boolean getSuccess()
    • getRowCount

      public int getRowCount()
    • getJobId

      public String getJobId()
      When importing a file asynchronously, the jobId of the queued job is returned.
      See Also: