| org.odata4j.producer.BaseResponse |
Known Indirect Subclasses
| CollectionResponse<T extends OObject> |
An CollectionResponse is a response to a client request expecting a collection of OData objects. |
| ComplexObjectResponse |
An ComplexObjectResponse is a response to a client request expecting a single instance of a complex type. |
| CountResponse |
|
| EntitiesResponse |
An EntitiesResponse is a response to a client request expecting multiple OData entities. |
| EntityResponse |
An EntityResponse is a response to a client request expecting a single OData entity. |
| PropertyResponse |
An PropertyResponse is a response to a client request expecting a single property value. |
|
Class Overview
The base payload interface for responses to client requests.