Class PaginationOptions.Builder
java.lang.Object
org.jclouds.openstack.v2_0.options.PaginationOptions.Builder
- Enclosing class:
PaginationOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PaginationOptions
changesSince
(Date changesSince) Deprecated.static PaginationOptions
limit
(int limit) static PaginationOptions
static PaginationOptions
queryParameters
(com.google.common.collect.Multimap<String, String> queryParams)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
queryParameters
public static PaginationOptions queryParameters(com.google.common.collect.Multimap<String, String> queryParams) - See Also:
-
changesSince
Deprecated.Thechanges-since
query does not apply to all OpenStack APIs. Please refer to the OpenStack NovaListOptions.changesSince(Date)
and GlanceListImageOptions.changesSince(Date)
. To be removed in jclouds 2.0.- See Also:
-
marker
- See Also:
-
limit
- See Also:
-
changes-since
query does not apply to all OpenStack APIs.