public interface CommonODataEntitySet extends ODataInvokeResult
Modifier and Type | Method and Description |
---|---|
Integer |
getCount()
Gets in-line count.
|
List<? extends CommonODataEntity> |
getEntities()
Gets contained entities.
|
URI |
getNext()
Gets next page link.
|
void |
setCount(int count)
Sets in-line count.
|
URI getNext()
List<? extends CommonODataEntity> getEntities()
Integer getCount()
void setCount(int count)
count
- in-line count value.Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.