Class DomainDetailsResponse

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

public class DomainDetailsResponse extends CommandResponse
  • Constructor Details

    • DomainDetailsResponse

      public DomainDetailsResponse(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
    • getKind

      public String getKind()
      Returns:
      domain kind name returned from the server
    • getOptions

      public Map<String,Object> getOptions()
      Returns:
      Domain options returned from the server