org.odata4j.producer
Interface EntityResponse

All Superinterfaces:
BaseResponse

public interface EntityResponse
extends BaseResponse

An EntityResponse is a response to a client request expecting a single OData entity.

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


Method Summary
 OEntity getEntity()
          Gets the OData entity.
 

Method Detail

getEntity

OEntity getEntity()
Gets the OData entity.

Returns:
the entity


http://odata4j.org