| java.lang.Object | |
| ↳ | org.odata4j.core.OEntities |
A static factory to create immutable OEntity instances.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new entity.
| |||||||||||
Creates a new entity with additional Atom information.
| |||||||||||
Creates a new entity.
| |||||||||||
Creates a new entity.
| |||||||||||
Creates a new request-entity with additional Atom information.
| |||||||||||
Creates a new request-entity.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new entity.
| entitySet | The entity-set |
|---|---|
| entityType | The entity type |
| entityKey | The entity-key |
| properties | The entity properties, if any |
| links | The entity links, if any |
Creates a new entity with additional Atom information.
| entitySet | The entity-set |
|---|---|
| entityType | The entity type |
| entityKey | The entity-key |
| properties | The entity properties, if any |
| links | The entity links, if any |
| title | The Atom title |
| categoryTerm | The Atom category term |
Creates a new entity.
| entitySet | The entity-set |
|---|---|
| entityKey | The entity-key |
| properties | The entity properties, if any |
| links | The entity links, if any |
| extensions | Entity extensions, if any |
Creates a new entity.
| entitySet | The entity-set |
|---|---|
| entityKey | The entity-key |
| properties | The entity properties, if any |
| links | The entity links, if any |
Creates a new request-entity with additional Atom information.
A request-entity is a new entity that has not yet been created in an OData service, and therefore allowed to not have an entity-key.
| entitySet | The entity-set |
|---|---|
| properties | The entity properties, if any |
| links | The entity links, if any |
| title | The Atom title |
| categoryTerm | The Atom category term |
Creates a new request-entity.
A request-entity is a new entity that has not yet been created in an OData service, and therefore allowed to not have an entity-key.
| entitySet | The entity-set |
|---|---|
| properties | The entity properties, if any |
| links | The entity links, if any |