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 PaginationOptionschangesSince(Date changesSince) Deprecated.static PaginationOptionslimit(int limit) static PaginationOptionsstatic PaginationOptionsqueryParameters(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-sincequery 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-sincequery does not apply to all OpenStack APIs.