Package org.labkey.remoteapi.pipeline
Class FileNotificationResponse
java.lang.Object
org.labkey.remoteapi.CommandResponse
org.labkey.remoteapi.pipeline.FileNotificationResponse
Server response from FileNotificationCommand. Contains no return values.
-
Constructor Summary
ConstructorsConstructorDescriptionFileNotificationResponse
(String text, int statusCode, String contentType, org.json.JSONObject json) -
Method Summary
Methods inherited from class org.labkey.remoteapi.CommandResponse
findObject, getContentType, getParsedData, getProperty, getProperty, getStatusCode, getText
-
Constructor Details
-
FileNotificationResponse
-