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 |
AliasQueryOption
Represents an alias value defined as query option
For example:
http://.../?
|
interface |
ApplyOption
Represents the system query option $apply, defined in the data aggregation extension.
|
interface |
CountOption
Represents the system query option $count
For example:
http://...
|
interface |
CustomQueryOption
Represents a custom query option
For example:
http://...
|
interface |
DeltaTokenOption |
interface |
ExpandOption
Represents the system query option $expand
For example: http://...
|
interface |
FilterOption
Represents the system query option $filter
For example: http://...
|
interface |
FormatOption
Represents the system query option $format
For example: http://...
|
interface |
IdOption
Represents the system query option $id when using a entity-id to resolve the entity
For example: http://...
|
interface |
OrderByOption
Represents the system query option $orderby
For example: http://...
|
interface |
SearchOption
Represents the system query option $search
For example: http://...
|
interface |
SelectOption
Represents the system query option $select
For example: http://...
|
interface |
SkipOption
Represents the system query option $skip
For example: http://...
|
interface |
SkipTokenOption
Represents the system query option $skiptoken
For example: http://...
|
interface |
SystemQueryOption
Super interface used for any system query option
|
interface |
TopOption
Represents the system query option $top
For example: http://...
|
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.