|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntitiesResponse
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.
Method Summary | |
---|---|
List<OEntity> |
getEntities()
Gets the OData entities, if any. |
EdmEntitySet |
getEntitySet()
Gets the entity-set for the 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 |
---|
List<OEntity> getEntities()
EdmEntitySet getEntitySet()
Integer getInlineCount()
String getSkipToken()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |