org.odata4j.consumer
Class OQueryImpl<T>
java.lang.Object
org.odata4j.consumer.OQueryImpl<T>
- All Implemented Interfaces:
- OQuery<T>
public class OQueryImpl<T>
- extends Object
- implements OQuery<T>
OQueryImpl
public OQueryImpl(ODataClient client,
Class<T> entityType,
String serviceRootUri,
String entitySetName,
FeedCustomizationMapping fcMapping)
custom
public OQuery<T> custom(String name,
String value)
- Specified by:
custom
in interface OQuery<T>
execute
public Enumerable<T> execute()
- Specified by:
execute
in interface OQuery<T>
filter
public OQuery<T> filter(String filter)
- Specified by:
filter
in interface OQuery<T>
nav
public OQuery<T> nav(Object[] key,
String navProperty)
- Specified by:
nav
in interface OQuery<T>
nav
public OQuery<T> nav(Object key,
String navProperty)
- Specified by:
nav
in interface OQuery<T>
orderBy
public OQuery<T> orderBy(String orderBy)
- Specified by:
orderBy
in interface OQuery<T>
select
public OQuery<T> select(String select)
- Specified by:
select
in interface OQuery<T>
skip
public OQuery<T> skip(int skip)
- Specified by:
skip
in interface OQuery<T>
top
public OQuery<T> top(int top)
- Specified by:
top
in interface OQuery<T>
http://odata4j.org