|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use InlineCount | |
|---|---|
| org.odata4j.producer | |
| Uses of InlineCount in org.odata4j.producer |
|---|
| Fields in org.odata4j.producer declared as InlineCount | |
|---|---|
InlineCount |
QueryInfo.inlineCount
|
| Methods in org.odata4j.producer that return InlineCount | |
|---|---|
static InlineCount |
InlineCount.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static InlineCount[] |
InlineCount.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.odata4j.producer with parameters of type InlineCount | |
|---|---|
QueryInfo(InlineCount inlineCount,
Integer top,
Integer skip,
BoolCommonExpression filter,
List<OrderByExpression> orderBy,
String skipToken)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||