public class ListOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
ListOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
PAGE_PARAM |
static String |
PER_PAGE_PARAM |
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
ListOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListOptions |
page(int page)
Configures the number of the page to be returned.
|
ListOptions |
perPage(int perPage)
Configures the number of entries to return in each page.
|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final String PAGE_PARAM
public static final String PER_PAGE_PARAM
public ListOptions perPage(int perPage)
public ListOptions page(int page)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.