| java.lang.Object | |
| ↳ | org.odata4j.core.OEntityIds |
A static factory to create immutable OEntityId instances.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an entity-id.
| |||||||||||
Creates an entity-id.
| |||||||||||
Determines equality of two entity ids.
| |||||||||||
Parses an entity-id of an entity at an OData uri given its service root uri.
| |||||||||||
Parses an entity-id from a "key string" representation.
| |||||||||||
Computes the "key string" representation of an entity.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates an entity-id.
| entitySetName | The entity-set |
|---|---|
| entityKeyValues | The entity-key as one or more values |
Creates an entity-id.
| entitySetName | The entity-set |
|---|---|
| entityKey | The entity-key |
Determines equality of two entity ids. Ids are equal if their key strings are equal.
| lhs | The first entity id |
|---|---|
| rhs | The second entity id |
Parses an entity-id of an entity at an OData uri given its service root uri.
| serviceRootUri | The service root uri |
|---|---|
| uri | The entity uri |
Parses an entity-id from a "key string" representation.
e.g. Customers(15)
| entityId | The entity-id as a string representation |
|---|
Computes the "key string" representation of an entity.
| entity | The entity |
|---|
Customers(15)