| java.lang.Object | |
| ↳ | org.odata4j.core.OLinks |
A static factory to create immutable OLink instances.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
OLink of sub-type ORelatedEntitiesLink. | |||||||||||
Creates a new
OLink of sub-type ORelatedEntitiesLinkInline. | |||||||||||
Creates a new
OLink of sub-type ORelatedEntityLink. | |||||||||||
Creates a new
OLink of sub-type ORelatedEntityLinkInline. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new OLink of sub-type ORelatedEntitiesLink.
| relation | |
|---|---|
| title | |
| href |
Creates a new OLink of sub-type ORelatedEntitiesLinkInline.
| relation | |
|---|---|
| title | |
| href | |
| relatedEntities |
Creates a new OLink of sub-type ORelatedEntityLink.
| relation | |
|---|---|
| title | |
| href |
Creates a new OLink of sub-type ORelatedEntityLinkInline.
| relation | |
|---|---|
| title | |
| href | |
| relatedEntity |