public final class Paginated<T> extends Object
Constructor and Description |
---|
Paginated(Long count,
String next,
String previous,
List<T> results) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getCount()
Total items count.
|
String |
getNext()
Url of the next items batch.
|
String |
getPrevious()
Url of the previous items batch.
|
List<T> |
getResults()
Items returned.
|
int |
hashCode() |
String |
toString() |
Copyright © 2025 Cense Data Inc.. All rights reserved.