public class Schema extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Schema.Builder |
static class |
Schema.Type |
| Modifier and Type | Method and Description |
|---|---|
static Schema.Builder |
builder() |
boolean |
equals(Object o) |
List<String> |
get_enum() |
String |
get$ref() |
Boolean |
getAdditionalProperties() |
List<Schema> |
getAnyOf() |
Map<String,Schema> |
getDefinitions() |
String |
getDescription() |
String |
getFormat() |
String |
getId() |
Schema |
getItems() |
Map<String,Schema> |
getPatternProperties() |
Map<String,Schema> |
getProperties() |
List<String> |
getRequired() |
String |
getTitle() |
String |
getType() |
int |
hashCode() |
static Schema |
ref(String title) |
static String |
titleToId(String title) |
String |
toString() |
public String get$ref()
public String getId()
public String getTitle()
public String getDescription()
public String getType()
public String getFormat()
public Schema getItems()
public Boolean getAdditionalProperties()
public static Schema.Builder builder()
Copyright © 2016 Atlassian. All rights reserved.