Interface IdOption
- All Superinterfaces:
QueryOption
,SystemQueryOption
Represents the system query option $id when using a entity-id to resolve the entity
For example: http://.../$entity?$id=Products(0)
-
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
String getValue()- Returns:
- Value of $id
-