| Package | Description | 
|---|---|
| org.apache.olingo.server.api.uri.queryoption | Olingo Server API - URI - QueryOptions
 
 The uri.queryoption package is used to condense all about the Olingo query options (in uri context). | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AliasQueryOptionRepresents an alias value defined as query option
 For example:
 http://.../? | 
| interface  | ApplyOptionRepresents the system query option $apply, defined in the data aggregation extension. | 
| interface  | CountOptionRepresents the system query option $count
 For example:
 http://... | 
| interface  | CustomQueryOptionRepresents a custom query option
 For example:
 http://... | 
| interface  | DeltaTokenOption | 
| interface  | ExpandOptionRepresents the system query option $expand
 For example: http://... | 
| interface  | FilterOptionRepresents the system query option $filter
 For example: http://... | 
| interface  | FormatOptionRepresents the system query option $format
 For example: http://... | 
| interface  | IdOptionRepresents the system query option $id when using a entity-id to resolve the entity
 For example: http://... | 
| interface  | OrderByOptionRepresents the system query option $orderby
 For example: http://... | 
| interface  | SearchOptionRepresents the system query option $search
 For example: http://... | 
| interface  | SelectOptionRepresents the system query option $select
 For example: http://... | 
| interface  | SkipOptionRepresents the system query option $skip
 For example: http://... | 
| interface  | SkipTokenOptionRepresents the system query option $skiptoken
 For example: http://... | 
| interface  | SystemQueryOptionSuper interface used for any system query option | 
| interface  | TopOptionRepresents the system query option $top
 For example: http://... | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.