Interface ExpandOption
- All Superinterfaces:
QueryOption
,SystemQueryOption
Represents the system query option $expand
For example: http://.../entitySet?$expand=Products,Customers
-
Method Summary
Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.QueryOption
getName, getText
Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.SystemQueryOption
getKind
-
Method Details
-
getExpandItems
List<ExpandItem> getExpandItems()- Returns:
- A list of resource paths which should be expanded
-