T - the entity typepublic abstract class PaginatedResponse<T> extends Object
| Constructor and Description |
|---|
PaginatedResponse() |
| Modifier and Type | Method and Description |
|---|---|
abstract Pagination |
getPagination()
The pagination
|
abstract List<T> |
getResources()
The resources
|
public abstract Pagination getPagination()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.