|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.odata4j.producer.QueryInfo
org.odata4j.producer.EntityQueryInfo
public class EntityQueryInfo
QueryInfo represents an OData single-entity query as a strongly-typed immutable data structure.
The constructor for this subtype limits to only the query options applicable for single-entity queries.
| Nested Class Summary | |
|---|---|
static class |
EntityQueryInfo.Builder
Mutable builder for EntityQueryInfo objects. |
| Field Summary |
|---|
| Fields inherited from class org.odata4j.producer.QueryInfo |
|---|
customOptions, expand, filter, inlineCount, orderBy, select, skip, skipToken, top |
| Constructor Summary | |
|---|---|
EntityQueryInfo(BoolCommonExpression filter,
Map<String,String> customOptions,
List<EntitySimpleProperty> expand,
List<EntitySimpleProperty> select)
Creates a new EntityQueryInfo instance. |
|
| Method Summary | |
|---|---|
static EntityQueryInfo.Builder |
newBuilder()
|
| Methods inherited from class org.odata4j.producer.QueryInfo |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EntityQueryInfo(BoolCommonExpression filter,
Map<String,String> customOptions,
List<EntitySimpleProperty> expand,
List<EntitySimpleProperty> select)
EntityQueryInfo instance.
| Method Detail |
|---|
public static EntityQueryInfo.Builder newBuilder()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||