Class GetSchemasResponse

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

public class GetSchemasResponse extends CommandResponse
Represents the response of a GetSchemasCommand.
  • Constructor Details

    • GetSchemasResponse

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

    • getSchemaNames

      public List<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.