Package org.labkey.remoteapi.query
Class ImportDataResponse
java.lang.Object
org.labkey.remoteapi.CommandResponse
org.labkey.remoteapi.query.ImportDataResponse
-
Constructor Summary
ConstructorsConstructorDescriptionImportDataResponse
(String text, int statusCode, String contentType, org.json.JSONObject json) -
Method Summary
Modifier and TypeMethodDescriptiongetJobId()
When importing a file asynchronously, the jobId of the queued job is returned.int
boolean
Methods inherited from class org.labkey.remoteapi.CommandResponse
findObject, getContentType, getParsedData, getProperty, getProperty, getStatusCode, getText
-
Constructor Details
-
ImportDataResponse
-
-
Method Details
-
getSuccess
public boolean getSuccess() -
getRowCount
public int getRowCount() -
getJobId
When importing a file asynchronously, the jobId of the queued job is returned.- See Also:
-