Class DomainResponse

java.lang.Object
org.labkey.remoteapi.CommandResponse
org.labkey.remoteapi.domain.DomainResponse

public class DomainResponse extends CommandResponse
Response object for commands that expect the server to return a serialized domain.
  • Constructor Details

    • DomainResponse

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

    • getDomain

      public Domain getDomain()
      Get the Domain deserialized from the server's response
      Returns:
      Domain definition