T - Class of returned objects.public class ResultSlice<T> extends Object
| Constructor and Description |
|---|
ResultSlice()
Creates a new instance of this class.
|
ResultSlice(String nextSlice,
List<T> results)
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNextSlice() |
List<T> |
getResults() |
void |
setNextSlice(String nextSlice) |
void |
setResults(List<T> results) |
Copyright © 2013–2017 Europeana Cloud Development Team. All rights reserved.