| Package | Description |
|---|---|
| org.cloudfoundry.client.v3 |
| Modifier and Type | Method and Description |
|---|---|
static Pagination.Builder |
Pagination.builder()
Creates a builder for
Pagination. |
Pagination.Builder |
Pagination.Builder.first(Link first)
Initializes the value for the
first attribute. |
Pagination.Builder |
Pagination.Builder.from(Pagination instance)
Fill a builder with attribute values from the provided
Pagination instance. |
Pagination.Builder |
Pagination.Builder.last(Link last)
Initializes the value for the
last attribute. |
Pagination.Builder |
Pagination.Builder.next(Link next)
Initializes the value for the
next attribute. |
Pagination.Builder |
Pagination.Builder.previous(Link previous)
Initializes the value for the
previous attribute. |
Pagination.Builder |
Pagination.Builder.totalPages(Integer totalPages)
Initializes the value for the
totalPages attribute. |
Pagination.Builder |
Pagination.Builder.totalResults(Integer totalResults)
Initializes the value for the
totalResults attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.