Package | Description |
---|---|
org.komodo.rest | |
org.komodo.rest.json |
Modifier and Type | Field and Description |
---|---|
protected Map<RestLink.LinkType,RestLink> |
AbstractKEntity.links |
static Map<RestLink.LinkType,RestLink> |
RestLink.NO_LINKS
An empty array of links.
|
Modifier and Type | Method and Description |
---|---|
Collection<RestLink> |
AbstractKEntity.getLinks() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractKEntity.addLink(RestLink newLink)
Adds a new link
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractKEntity.setLinks(Collection<RestLink> newLinks) |
Modifier and Type | Method and Description |
---|---|
RestLink |
LinkSerializer.read(com.google.gson.stream.JsonReader in) |
Modifier and Type | Method and Description |
---|---|
void |
LinkSerializer.write(com.google.gson.stream.JsonWriter out,
RestLink value) |
Copyright © 2013–2019. All rights reserved.