org.odata4j.producer
Interface EntityIdResponse


public interface EntityIdResponse

An EntityIdResponse is a response to a client request expecting one or more entity-ids.

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


Method Summary
 Collection<OEntityId> getEntities()
          Gets the response payload as entity ids
 EdmMultiplicity getMultiplicity()
          Gets the multiplicity of the response
 

Method Detail

getEntities

Collection<OEntityId> getEntities()
Gets the response payload as entity ids


getMultiplicity

EdmMultiplicity getMultiplicity()
Gets the multiplicity of the response



http://odata4j.org