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 changesSince)
Checks for any changes since the given date.
|
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()
Provides detailed results for list operations.
|
queryParameters
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final ListOptions NONE
public ListOptions withDetails()
public ListOptions limit(int limit)
limit
in class PaginationOptions
public ListOptions marker(String marker)
marker
in class PaginationOptions
public ListOptions changesSince(Date changesSince)
changesSince
in class PaginationOptions
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.