public class

EntityQueryInfo

extends QueryInfo
java.lang.Object
   ↳ org.odata4j.producer.QueryInfo
     ↳ org.odata4j.producer.EntityQueryInfo

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 Constructors
EntityQueryInfo(BoolCommonExpression filter, Map<String, String> customOptions, List<EntitySimpleProperty> expand, List<EntitySimpleProperty> select)
Creates a new EntityQueryInfo instance.
Public Methods
static EntityQueryInfo.Builder newBuilder()
[Expand]
Inherited Methods
From class org.odata4j.producer.QueryInfo
From class java.lang.Object

Public Constructors

public EntityQueryInfo (BoolCommonExpression filter, Map<String, String> customOptions, List<EntitySimpleProperty> expand, List<EntitySimpleProperty> select)

Creates a new EntityQueryInfo instance.

Parameters
filter
customOptions
expand
select

Public Methods

public static EntityQueryInfo.Builder newBuilder ()