| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CollectionResponse<T extends OObject>
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.
| Method Summary | |
|---|---|
|  OCollection<T> | getCollection() | 
|  String | getCollectionName() | 
|  EdmEntitySet | getEntitySet()Gets the entity-set for the entities if the collection is a collection of entities. | 
|  Integer | getInlineCount()Gets the inline-count value, if applicable. | 
|  String | getSkipToken()Gets the continuation token to use on a subsequent request, if applicable. | 
| Method Detail | 
|---|
OCollection<T> getCollection()
String getCollectionName()
EdmEntitySet getEntitySet()
Integer getInlineCount()
String getSkipToken()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||