public static class PaginationOptions.Builder extends Object
| Constructor and Description |
|---|
PaginationOptions.Builder() |
| Modifier and Type | Method and Description |
|---|---|
static 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. |
static PaginationOptions |
limit(int limit) |
static PaginationOptions |
marker(String marker) |
static PaginationOptions |
queryParameters(com.google.common.collect.Multimap<String,String> queryParams) |
public static PaginationOptions queryParameters(com.google.common.collect.Multimap<String,String> queryParams)
@Deprecated public static 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.PaginationOptions.changesSince(Date)public static PaginationOptions marker(String marker)
PaginationOptions.marker(String)public static PaginationOptions limit(int limit)
PaginationOptions.limit(int)Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.