| org.odata4j.core.OEntity |
An immutable OData entity instance, consisting of an identity (an entity-set and a unique entity-key within that set), properties (typed, named values), and links (references to other entities).
The OEntities static factory class can be used to create OEntity instances.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the entity-set of this instance.
| |||||||||||
Get the entity type of this instance.
| |||||||||||
Get a link with a given name and link-type.
| |||||||||||
Get all links of this instance.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.odata4j.core.OEntityId
| |||||||||||
From interface
org.odata4j.core.OExtensible
| |||||||||||
From interface
org.odata4j.core.OObject
| |||||||||||
From interface
org.odata4j.core.OStructuralObject
| |||||||||||
Get the entity-set of this instance.
Get the entity type of this instance. This will either be the declared entity type of the entity set associated with this instance *or* a sub-type of that entity type.
Get a link with a given name and link-type.
| title | The link title |
|---|---|
| linkClass | The link-type as a java-type |