public class ListItemsResults extends Object
| Constructor and Description |
|---|
ListItemsResults(boolean hasMoreResults,
List<Item> results) |
ListItemsResults(boolean hasMoreResults,
List<Item> results,
int total) |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
getResults() |
int |
getTotal() |
boolean |
hasMore() |
boolean |
hasTotalResults() |
Copyright © 2017 DuraSpace. All Rights Reserved.