public class Schema extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
annotations |
String |
base |
String |
comment |
String |
name |
String |
namespace |
List<Resource> |
resources |
List<Type> |
types |
Integer |
version |
| Constructor and Description |
|---|
Schema() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
annotations(Map<String,String> annotations) |
Schema |
base(String base) |
Schema |
comment(String comment) |
boolean |
equals(Object another) |
Schema |
name(String name) |
Schema |
namespace(String namespace) |
Schema |
resources(List<Resource> resources) |
Schema |
types(List<Type> types) |
Schema |
version(Integer version) |
Copyright © 2016–2021 Verizon Media. All rights reserved.