Package org.apache.olingo.ext.proxy.api
Interface StructuredQuery<T extends CommonQuery>
- All Superinterfaces:
CommonQuery
- All Known Subinterfaces:
StructuredCollectionComposableInvoker<CT,
,O> StructuredCollectionInvoker<CT>
,StructuredCollectionQuery<CT>
,StructuredComposableInvoker<T,
,O> StructuredInvoker<T>
-
Method Summary
Methods inherited from interface org.apache.olingo.ext.proxy.api.CommonQuery
clearQueryOptions
-
Method Details
-
expand
Sets $expand expression.- Parameters:
expand
- $expand expression items.- Returns:
- the same query instance.
-
select
Sets $select expression.- Parameters:
select
- $select expression items.- Returns:
- the same query instance.
-