public interface

CollectionResponse

implements BaseResponse
org.odata4j.producer.CollectionResponse<T extends org.odata4j.core.OObject>

Class Overview

An CollectionResponse is a response to a client request expecting a collection of OData objects.

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

Summary

Public Methods
abstract OCollection<T> getCollection()

Public Methods

public abstract OCollection<T> getCollection ()