Class Linked
java.lang.Object
org.apache.olingo.commons.api.data.Annotatable
org.apache.olingo.commons.api.data.AbstractODataObject
org.apache.olingo.commons.api.data.Linked
- Direct Known Subclasses:
ComplexValue
,Entity
Data representation for a linked object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAssociationLink
(String name) Gets association link with given name, if available, otherwise null.Gets association links.getNavigationBinding
(String name) Gets binding link with given name, if available, otherwise null.Gets binding links.getNavigationLink
(String name) Gets navigation link with given name, if available, otherwise null.Gets navigation links.protected Link
getOneByTitle
(String name, List<Link> links) int
hashCode()
Methods inherited from class org.apache.olingo.commons.api.data.AbstractODataObject
getBaseURI, getId, getTitle, setBaseURI, setCommonProperty, setId
Methods inherited from class org.apache.olingo.commons.api.data.Annotatable
getAnnotations
-
Constructor Details
-
Linked
public Linked()
-
-
Method Details
-
getOneByTitle
-
getAssociationLink
Gets association link with given name, if available, otherwise null.- Parameters:
name
- candidate link name- Returns:
- association link with given name, if available, otherwise null
-
getAssociationLinks
Gets association links.- Returns:
- association links.
-
equals
- Overrides:
equals
in classAbstractODataObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractODataObject
-