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_PARAM
formParameters, 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, toString
public 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)
ListOptions
perPage
in class ListOptions
public ImageListOptions page(int page)
ListOptions
page
in class ListOptions
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.