public interface

EntityIdResponse

org.odata4j.producer.EntityIdResponse

Class Overview

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.

Summary

Public Methods
abstract Collection<OEntityId> getEntities()
Gets the response payload as entity ids
abstract EdmMultiplicity getMultiplicity()
Gets the multiplicity of the response

Public Methods

public abstract Collection<OEntityId> getEntities ()

Gets the response payload as entity ids

public abstract EdmMultiplicity getMultiplicity ()

Gets the multiplicity of the response