org.odata4j.producer
Class EntityQueryInfo

java.lang.Object
  extended by org.odata4j.producer.QueryInfo
      extended by org.odata4j.producer.EntityQueryInfo

public class EntityQueryInfo
extends QueryInfo

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

EntityQueryInfo

public EntityQueryInfo(BoolCommonExpression filter,
                       Map<String,String> customOptions,
                       List<EntitySimpleProperty> expand,
                       List<EntitySimpleProperty> select)
Creates a new EntityQueryInfo instance.

Method Detail

newBuilder

public static EntityQueryInfo.Builder newBuilder()


http://odata4j.org