org.odata4j.producer
Interface EntitiesResponse

All Superinterfaces:
BaseResponse

public interface EntitiesResponse
extends BaseResponse

An EntitiesResponse is a response to a client request expecting multiple OData entities.

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


Method Summary
 List<OEntity> getEntities()
          Gets the OData entities, if any.
 EdmEntitySet getEntitySet()
          Gets the entity-set for the entities.
 Integer getInlineCount()
          Gets the inline-count value, if applicable.
 String getSkipToken()
          Gets the continuation token to use on a subsequent request, if applicable.
 

Method Detail

getEntities

List<OEntity> getEntities()
Gets the OData entities, if any.

Returns:
the entities, if any

getEntitySet

EdmEntitySet getEntitySet()
Gets the entity-set for the entities.

Returns:
the entity-set for the entities

getInlineCount

Integer getInlineCount()
Gets the inline-count value, if applicable.

Returns:
the inline-count value, if applicable

getSkipToken

String getSkipToken()
Gets the continuation token to use on a subsequent request, if applicable.

Returns:
a continuation token, if applicable


http://odata4j.org