public class PaginationOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
PaginationOptions.Builder |
formParameters, headers, pathSuffix, payload, queryParameters
Constructor and Description |
---|
PaginationOptions() |
Modifier and Type | Method and Description |
---|---|
PaginationOptions |
changesSince(Date changesSince)
Deprecated.
The
changes-since query does not apply to all OpenStack APIs. Please refer to the OpenStack
Nova ListOptions.changesSince(Date) and Glance ListImageOptions.changesSince(Date) .
To be removed in jclouds 2.0. |
PaginationOptions |
limit(int limit)
To reduce load on the service, list operations will return a maximum of 1,000 items at a time.
|
PaginationOptions |
marker(String marker)
The marker parameter is the ID of the last item in the previous list.
|
PaginationOptions |
queryParameters(com.google.common.collect.Multimap<String,String> queryParams)
Many OpenStack interfaces take different params for pagination.
|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public PaginationOptions queryParameters(com.google.common.collect.Multimap<String,String> queryParams)
@Deprecated public PaginationOptions changesSince(Date changesSince)
changes-since
query does not apply to all OpenStack APIs. Please refer to the OpenStack
Nova ListOptions.changesSince(Date)
and Glance ListImageOptions.changesSince(Date)
.
To be removed in jclouds 2.0.public PaginationOptions marker(String marker)
public PaginationOptions limit(int limit)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.