Package org.labkey.remoteapi.query
Class GetSchemasResponse
java.lang.Object
org.labkey.remoteapi.CommandResponse
org.labkey.remoteapi.query.GetSchemasResponse
Represents the response of a GetSchemasCommand.
-
Constructor Summary
ConstructorsConstructorDescriptionGetSchemasResponse
(String text, int statusCode, String contentType, org.json.JSONObject json) -
Method Summary
Modifier and TypeMethodDescriptionReturns 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, getStatusCode, getText
-
Constructor Details
-
GetSchemasResponse
-
-
Method Details
-
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.
-