| java.lang.Object | |
| ↳ | org.odata4j.producer.QueryInfo |
Known Direct Subclasses
|
QueryInfo represents an OData multiple-entity query as a strongly-typed immutable data structure.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| QueryInfo.Builder | |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customOptions | Custom name-value pairs, if present. | ||||||||||
| expand | Expand expressions, if present. | ||||||||||
| filter | The filter expression to apply, if present. | ||||||||||
| inlineCount | The $inlinecount value, if present. | ||||||||||
| orderBy | The ordering expressions to apply, if present. | ||||||||||
| select | Selection clauses, if present. | ||||||||||
| skip | The number of items to skip, if present. | ||||||||||
| skipToken | The continuation token to use as a starting point, if present. | ||||||||||
| top | The number of items to return, if present. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
QueryInfo instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Custom name-value pairs, if present.
The number of items to skip, if present.
The continuation token to use as a starting point, if present.
The number of items to return, if present.
Creates a new QueryInfo instance.
| inlineCount | |
|---|---|
| top | |
| skip | |
| filter | |
| orderBy | |
| skipToken | |
| customOptions | |
| expand | |
| select |