public interface ODataEntitySet extends CommonODataEntitySet, ODataAnnotatable
Modifier and Type | Method and Description |
---|---|
URI |
getDeltaLink()
Gets delta link if exists.
|
List<ODataEntity> |
getEntities()
Gets contained entities.
|
void |
setDeltaLink(URI deltaLink)
Sets delta link.
|
getCount, getNext, setCount
getAnnotations
List<ODataEntity> getEntities()
CommonODataEntitySet
getEntities
in interface CommonODataEntitySet
URI getDeltaLink()
void setDeltaLink(URI deltaLink)
deltaLink
- delta link.Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.