Class Overview
QueryInfo represents an OData single-entity query as a strongly-typed immutable data structure.
Summary
| Nested Classes |
|
class |
EntityQueryInfo.Builder |
|
|
[Expand]
Inherited Fields |
From class
org.odata4j.producer.QueryInfo
|
public
final
Map<String, String> |
customOptions |
Custom name-value pairs, if present. |
|
public
final
List<EntitySimpleProperty> |
expand |
Expand expressions, if present. |
|
public
final
BoolCommonExpression |
filter |
The filter expression to apply, if present. |
|
public
final
InlineCount |
inlineCount |
The $inlinecount value, if present. |
|
public
final
List<OrderByExpression> |
orderBy |
The ordering expressions to apply, if present. |
|
public
final
List<EntitySimpleProperty> |
select |
Selection clauses, if present. |
|
public
final
Integer |
skip |
The number of items to skip, if present. |
|
public
final
String |
skipToken |
The continuation token to use as a starting point, if present. |
|
public
final
Integer |
top |
The number of items to return, if present. |
|
|
[Expand]
Inherited Methods |
From class
org.odata4j.producer.QueryInfo
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Creates a new EntityQueryInfo instance.
Parameters
| filter
| |
| customOptions
| |
| expand
| |
| select
| |
Public Methods