Interface CountOption
- All Superinterfaces:
QueryOption
,SystemQueryOption
Represents the system query option $count
For example:
http://.../entitySet?$count=true
-
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
-
getValue
boolean getValue()- Returns:
- Value of $count
-