|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.labkey.remoteapi.CommandResponse
org.labkey.remoteapi.query.GetSchemasResponse
public class GetSchemasResponse
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 |
|---|
public GetSchemasResponse(java.lang.String text,
int statusCode,
java.lang.String contentType,
org.json.simple.JSONObject json,
GetSchemasCommand sourceCommand)
| Method Detail |
|---|
public java.util.List<java.lang.String> getSchemaNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||