Interface SelectOption
- All Superinterfaces:
QueryOption
,SystemQueryOption
Represents the system query option $select
For example: http://.../entitySet?select=name,age
-
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
-
getSelectItems
List<SelectItem> getSelectItems()- Returns:
- A list of select items used in $select
-