Uses of Class
org.apache.olingo.commons.api.data.Link
Packages that use Link
Package
Description
Contains all the data objects of OData responses and OData requests
-
Uses of Link in org.apache.olingo.client.api.serialization
Methods in org.apache.olingo.client.api.serialization that return LinkModifier and TypeMethodDescriptionODataBinder.getLink
(ClientLink link) Gets a Link from the given OData link. -
Uses of Link in org.apache.olingo.commons.api.data
Methods in org.apache.olingo.commons.api.data that return LinkModifier and TypeMethodDescriptionLinked.getAssociationLink
(String name) Gets association link with given name, if available, otherwise null.Entity.getEditLink()
Gets entity edit link.Linked.getNavigationBinding
(String name) Gets binding link with given name, if available, otherwise null.Linked.getNavigationLink
(String name) Gets navigation link with given name, if available, otherwise null.protected Link
Linked.getOneByTitle
(String name, List<Link> links) Entity.getSelfLink()
Gets entity self link.Methods in org.apache.olingo.commons.api.data that return types with arguments of type LinkModifier and TypeMethodDescriptionLinked.getAssociationLinks()
Gets association links.Entity.getMediaEditLinks()
Gets media entity links.Linked.getNavigationBindings()
Gets binding links.Linked.getNavigationLinks()
Gets navigation links.Methods in org.apache.olingo.commons.api.data with parameters of type LinkModifier and TypeMethodDescriptionvoid
Entity.setEditLink
(Link editLink) Sets entity edit link.void
Entity.setSelfLink
(Link selfLink) Sets entity self link.Method parameters in org.apache.olingo.commons.api.data with type arguments of type LinkModifier and TypeMethodDescriptionprotected Link
Linked.getOneByTitle
(String name, List<Link> links)