|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OCountRequest
A consumer-side count-request builder. Call execute()
to issue the request.
Method Summary | |
---|---|
OCountRequest |
entitySetName(String entitySetName)
Sets the name of the entity-set to count. |
int |
execute()
Sends the count-request to the OData service and returns the result. |
OCountRequest |
top(int top)
Sets a maximum limit on the result returned. |
Method Detail |
---|
OCountRequest entitySetName(String entitySetName)
entitySetName
- the name of the entity collection
int execute() throws ODataProducerException
ODataProducerException
- error from the producerOCountRequest top(int top)
top
- the maximum limit
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |