T - the entity typepublic abstract class PaginatedResponse<T> extends Object
| Constructor and Description |
|---|
PaginatedResponse() |
| Modifier and Type | Method and Description |
|---|---|
abstract Integer |
getItemsPerPage()
The itemsPerPage
|
abstract List<T> |
getResources()
The resources
|
abstract List<String> |
getSchemas()
The schemas
|
abstract Integer |
getStartIndex()
The startIndex
|
abstract Integer |
getTotalResults()
The total results
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.