public interface

EntityResponse

implements BaseResponse
org.odata4j.producer.EntityResponse

Class Overview

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.

Summary

Public Methods
abstract OEntity getEntity()
Gets the OData entity.

Public Methods

public abstract OEntity getEntity ()

Gets the OData entity.

Returns
  • the entity