| java.lang.Object | |
| ↳ | org.odata4j.jersey.consumer.ConsumerQueryRequestBase<T> |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| client | |||||||||||
| customs | |||||||||||
| expand | |||||||||||
| filter | |||||||||||
| lastSegment | |||||||||||
| metadata | |||||||||||
| orderBy | |||||||||||
| segments | |||||||||||
| select | |||||||||||
| serviceRootUri | |||||||||||
| skip | |||||||||||
| top | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a custom name-value pair.
| |||||||||||
Sets the expand expressions.
| |||||||||||
Sets the filter expression.
| |||||||||||
Navigates to a referenced collection using a collection-valued navigation property.
| |||||||||||
Navigates to a referenced collection using a collection-valued navigation property.
| |||||||||||
Sets the ordering expressions.
| |||||||||||
Sets the selection clauses.
| |||||||||||
Sets the number of items to skip.
| |||||||||||
Sets the number of items to return.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Iterable
| |||||||||||
From interface
org.odata4j.core.OQueryRequest
| |||||||||||
| client | |
|---|---|
| serviceRootUri | |
| metadata | |
| lastSegment |
Adds a custom name-value pair.
| name | The name |
|---|---|
| value | The value |
Sets the expand expressions.
| expand | The expand expressions |
|---|
Sets the filter expression.
| filter | The filter expression |
|---|
Navigates to a referenced collection using a collection-valued navigation property.
| keyValue | Identify an entity in the current entity-set using this key value |
|---|---|
| navProperty | The collection-valued navigation property off of the entity |
Navigates to a referenced collection using a collection-valued navigation property.
| key | Identify an entity in the current entity-set using this entity-key |
|---|---|
| navProperty | The collection-valued navigation property off of the entity |
Sets the ordering expressions.
| orderBy | The ordering expressions |
|---|
Sets the selection clauses.
| select | The selection clauses |
|---|
Sets the number of items to skip.
| skip | The number of items to skip |
|---|
Sets the number of items to return.
| top | The number of items to return |
|---|
| pathModification |
|---|