public class ListOptions extends PaginationOptions
PaginationOptions,
| Modifier and Type | Class and Description |
|---|---|
static class |
ListOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static ListOptions |
NONE |
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
ListOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListOptions |
changesSince(Date ifModifiedSince)
Only return objects changed since this time.
|
ListOptions |
limit(int limit)
To reduce load on the service, list operations will return a maximum of 1,000 items at a time.
|
ListOptions |
marker(String marker)
The marker parameter is the ID of the last item in the previous list.
|
ListOptions |
withDetails()
unless used, only the name and id will be returned per row.
|
queryParametersbuildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListOptions NONE
public ListOptions withDetails()
public ListOptions changesSince(Date ifModifiedSince)
changesSince in class PaginationOptionspublic ListOptions limit(int limit)
limit in class PaginationOptionspublic ListOptions marker(String marker)
marker in class PaginationOptionsCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.