|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OQueryRequest | |
---|---|
org.odata4j.consumer | The odata4j client-side (consumer-side) API. |
org.odata4j.core | Core odata4j concepts. |
Uses of OQueryRequest in org.odata4j.consumer |
---|
Methods in org.odata4j.consumer that return OQueryRequest | ||
---|---|---|
|
ODataConsumer.getEntities(Class<T> entityType,
String entitySetName)
Gets entities from the given entity-set. |
|
OQueryRequest<OEntity> |
ODataConsumer.getEntities(ORelatedEntitiesLink link)
Gets entities referred to by the given related-entities link. |
|
OQueryRequest<OEntity> |
ODataConsumer.getEntities(String entitySetName)
Gets entities from the given entity-set. |
Uses of OQueryRequest in org.odata4j.core |
---|
Methods in org.odata4j.core that return OQueryRequest | |
---|---|
OQueryRequest<T> |
OQueryRequest.custom(String name,
String value)
Adds a custom name-value pair. |
OQueryRequest<T> |
OQueryRequest.expand(String expand)
Sets the expand expressions. |
OQueryRequest<T> |
OQueryRequest.filter(String filter)
Sets the filter expression. |
OQueryRequest<T> |
OQueryRequest.nav(Object keyValue,
String navProperty)
Navigates to a referenced collection using a collection-valued navigation property. |
OQueryRequest<T> |
OQueryRequest.nav(OEntityKey key,
String navProperty)
Navigates to a referenced collection using a collection-valued navigation property. |
OQueryRequest<T> |
OQueryRequest.orderBy(String orderBy)
Sets the ordering expressions. |
OQueryRequest<T> |
OQueryRequest.select(String select)
Sets the selection clauses. |
OQueryRequest<T> |
OQueryRequest.skip(int skip)
Sets the number of items to skip. |
OQueryRequest<T> |
OQueryRequest.top(int top)
Sets the number of items to return. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |