public class ResourceType extends Object
| Constructor and Description |
|---|
ResourceType(String id,
String name,
String endpoint,
String description,
String schema,
Meta meta) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getEndpoint() |
String |
getId() |
Meta |
getMeta() |
String |
getName() |
String |
getSchema() |
List<SchemaExtension> |
getSchemaExtensions() |
List<String> |
getSchemas() |
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.