org.odata4j.producer
Interface CountResponse

All Superinterfaces:
BaseResponse

public interface CountResponse
extends BaseResponse

An CountResponse is a response to a client request for the count of an entity-set.

The Responses static factory class can be used to create CountResponse instances.


Method Summary
 long getCount()
          Gets the number of entities in an entity-set.
 

Method Detail

getCount

long getCount()
Gets the number of entities in an entity-set.



http://odata4j.org