org.labkey.remoteapi.query
Class GetSchemasResponse

java.lang.Object
  extended by org.labkey.remoteapi.CommandResponse
      extended by org.labkey.remoteapi.query.GetSchemasResponse

public class GetSchemasResponse
extends CommandResponse

Represents the response of a GetSchemasCommand.


Constructor Summary
GetSchemasResponse(java.lang.String text, int statusCode, java.lang.String contentType, org.json.simple.JSONObject json, GetSchemasCommand sourceCommand)
           
 
Method Summary
 java.util.List<java.lang.String> getSchemaNames()
          Returns the list of schema names available in the folder path in which this command was executed.
 
Methods inherited from class org.labkey.remoteapi.CommandResponse
findObject, getContentType, getParsedData, getProperty, getProperty, getRequiredVersion, getSourceCommand, getStatusCode, getText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetSchemasResponse

public GetSchemasResponse(java.lang.String text,
                          int statusCode,
                          java.lang.String contentType,
                          org.json.simple.JSONObject json,
                          GetSchemasCommand sourceCommand)
Method Detail

getSchemaNames

public java.util.List<java.lang.String> getSchemaNames()
Returns the list of schema names available in the folder path in which this command was executed.

Returns:
The list of available schema names.