Package org.labkey.remoteapi.domain
Class DomainDetailsResponse
java.lang.Object
org.labkey.remoteapi.CommandResponse
org.labkey.remoteapi.domain.DomainDetailsResponse
-
Constructor Summary
ConstructorsConstructorDescriptionDomainDetailsResponse
(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
-
DomainDetailsResponse
-
-
Method Details
-
getDomain
Get the Domain deserialized from the server's response- Returns:
- Domain definition
-
getKind
- Returns:
- domain kind name returned from the server
-
getOptions
- Returns:
- Domain options returned from the server
-