| Package | Description |
|---|---|
| org.apache.olingo.commons.api.data |
| Modifier and Type | Method and Description |
|---|---|
Link |
Linked.getAssociationLink(String name)
Gets association link with given name, if available, otherwise null.
|
Link |
Entity.getEditLink()
Gets entity edit link.
|
Link |
Linked.getNavigationLink(String name)
Gets navigation link with given name, if available, otherwise null.
|
Link |
Entity.getSelfLink()
Gets entity self link.
|
| Modifier and Type | Method and Description |
|---|---|
List<Link> |
Linked.getAssociationLinks()
Gets association links.
|
List<Link> |
Entity.getMediaEditLinks()
Gets media entity links.
|
List<Link> |
Linked.getNavigationLinks()
Gets navigation links.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entity.setEditLink(Link editLink)
Sets entity edit link.
|
void |
Entity.setSelfLink(Link selfLink)
Sets entity self link.
|
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.