| Package | Description | 
|---|---|
| org.apache.olingo.client.api.serialization | |
| org.apache.olingo.commons.api.data | Contains all the data objects of OData responses and OData requests | 
| Modifier and Type | Method and Description | 
|---|---|
| Link | ODataBinder. getLink(ClientLink link)Gets a Link from the given OData link. | 
| 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. getNavigationBinding(String name)Gets binding link with given name, if available, otherwise null. | 
| Link | Linked. getNavigationLink(String name)Gets navigation link with given name, if available, otherwise null. | 
| protected Link | Linked. getOneByTitle(String name,
             List<Link> links) | 
| 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. getNavigationBindings()Gets binding 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Link | Linked. getOneByTitle(String name,
             List<Link> links) | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.