|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odata4j.producer.QueryInfo
public class QueryInfo
Field Summary | |
---|---|
BoolCommonExpression |
filter
|
InlineCount |
inlineCount
|
List<OrderByExpression> |
orderBy
|
Integer |
skip
|
String |
skipToken
|
Integer |
top
|
Constructor Summary | |
---|---|
QueryInfo(InlineCount inlineCount,
Integer top,
Integer skip,
BoolCommonExpression filter,
List<OrderByExpression> orderBy,
String skipToken)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final BoolCommonExpression filter
public final InlineCount inlineCount
public final List<OrderByExpression> orderBy
public final Integer skip
public final String skipToken
public final Integer top
Constructor Detail |
---|
public QueryInfo(InlineCount inlineCount, Integer top, Integer skip, BoolCommonExpression filter, List<OrderByExpression> orderBy, String skipToken)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |