T - the resource typepublic abstract class PaginatedResponse<T extends Resource<?>> extends Object
| Constructor and Description |
|---|
PaginatedResponse() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getNextUrl()
The next url
|
abstract String |
getPreviousUrl()
The previous url
|
abstract List<T> |
getResources()
The resources
|
abstract Integer |
getTotalPages()
The total pages
|
abstract Integer |
getTotalResults()
The total results
|
Copyright © 2020. All rights reserved.