Package com.emc.documentum.rest.model
Class CollectionResult<T>
java.lang.Object
com.emc.documentum.rest.model.CollectionResult<T>
- Type Parameters:
T
- the collection item
A collection data result for the query.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CollectionResult
Constructor- Parameters:
items
- items in result collectionhasMore
- mark if there are more results or not
-
-
Method Details
-
getItems
Return the query items- Returns:
- query items
-
hasMore
public boolean hasMore()Return whether there has more items except the items in this collection- Returns:
true
if it has more items
-