public interface

EntitiesResponse

implements BaseResponse
org.odata4j.producer.EntitiesResponse

Class Overview

An EntitiesResponse is a response to a client request expecting multiple OData entities.

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

Summary

Public Methods
abstract List<OEntity> getEntities()
Gets the OData entities, if any.
abstract EdmEntitySet getEntitySet()
Gets the entity-set for the entities.
abstract Integer getInlineCount()
Gets the inline-count value, if applicable.
abstract String getSkipToken()
Gets the continuation token to use on a subsequent request, if applicable.

Public Methods

public abstract List<OEntity> getEntities ()

Gets the OData entities, if any.

Returns
  • the entities, if any

public abstract EdmEntitySet getEntitySet ()

Gets the entity-set for the entities.

Returns
  • the entity-set for the entities

public abstract Integer getInlineCount ()

Gets the inline-count value, if applicable.

Returns
  • the inline-count value, if applicable

public abstract String getSkipToken ()

Gets the continuation token to use on a subsequent request, if applicable.

Returns
  • a continuation token, if applicable