public class ImageListOptions extends ListOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageListOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
PRIVATE_PARAM |
static String |
TYPE_PARAM |
PAGE_PARAM, PER_PAGE_PARAMformParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
ImageListOptions() |
| Modifier and Type | Method and Description |
|---|---|
ImageListOptions |
page(int page)
Configures the number of the page to be returned.
|
ImageListOptions |
perPage(int perPage)
Configures the number of entries to return in each page.
|
ImageListOptions |
privateImages(boolean privateImages)
Get the images of the current user.
|
ImageListOptions |
type(String type)
Configures the type of the images to be retrieved.
|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final String TYPE_PARAM
public static final String PRIVATE_PARAM
public ImageListOptions type(String type)
public ImageListOptions privateImages(boolean privateImages)
public ImageListOptions perPage(int perPage)
ListOptionsperPage in class ListOptionspublic ImageListOptions page(int page)
ListOptionspage in class ListOptionsCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.