public class GetSchemasResponse extends CommandResponse
| Constructor and Description |
|---|
GetSchemasResponse(java.lang.String text,
int statusCode,
java.lang.String contentType,
org.json.simple.JSONObject json,
GetSchemasCommand sourceCommand) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getSchemaNames()
Returns the list of schema names available in the folder path in which this command was executed.
|
findObject, getContentType, getParsedData, getProperty, getProperty, getRequiredVersion, getSourceCommand, getStatusCode, getTextpublic GetSchemasResponse(java.lang.String text,
int statusCode,
java.lang.String contentType,
org.json.simple.JSONObject json,
GetSchemasCommand sourceCommand)