Package | Description |
---|---|
com.yahoo.bard.webservice.web.util |
Modifier and Type | Method and Description |
---|---|
PaginationParameters |
PaginationParameters.withPage(String page)
Returns a new PaginationParameters object with the specified page value.
|
PaginationParameters |
PaginationParameters.withPerPage(String perPage)
Returns a new PaginationParameters object with the specified perPage value.
|
Constructor and Description |
---|
PaginationParameters(String perPage,
String page)
Given a pair of strings, attempts to parse them into ints representing the pagination parameters.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.