Package org.labkey.remoteapi.domain
Class DomainResponse
java.lang.Object
org.labkey.remoteapi.CommandResponse
org.labkey.remoteapi.domain.DomainResponse
Response object for commands that expect the server to return a serialized domain.
-
Constructor Summary
ConstructorsConstructorDescriptionDomainResponse
(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
-
DomainResponse
-
-
Method Details
-
getDomain
Get the Domain deserialized from the server's response- Returns:
- Domain definition
-