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