|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the java-type of the operation responsepublic interface OEntityGetRequest<T>
A consumer-side entity-request builder, used for GET operations of a single entity. Call OEntityRequest.execute()
to issue the request.
Method Summary | |
---|---|
OEntityGetRequest<T> |
expand(String expand)
Specifies related entities to expand inline as part of the response. |
OEntityGetRequest<T> |
select(String select)
Specifies a subset of properties to return. |
Methods inherited from interface org.odata4j.core.OEntityRequest |
---|
execute, nav, nav |
Method Detail |
---|
OEntityGetRequest<T> expand(String expand)
expand
- a comma-separated list of navigation properties
OEntityGetRequest<T> select(String select)
select
- a comma-separated list of selection clauses
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |