| org.odata4j.core.OEntityGetRequest<T> |
A consumer-side entity-request builder, used for GET operations of a single entity. Call execute() to issue the request.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Specifies related entities to expand inline as part of the response.
| |||||||||||
Specifies a subset of properties to return.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.odata4j.core.OEntityRequest
| |||||||||||
Specifies related entities to expand inline as part of the response.
| expand | A comma-separated list of navigation properties |
|---|
Specifies a subset of properties to return.
| select | A comma-separated list of selection clauses |
|---|