public class PaginationOptions
extends org.jclouds.http.options.BaseHttpRequestOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
PaginationOptions.Builder |
| Constructor and Description |
|---|
PaginationOptions() |
| Modifier and Type | Method and Description |
|---|---|
PaginationOptions |
limit(int limit)
Limit is the restriction on the maximum number of items for that type that can be returned.
|
PaginationOptions |
name(String nameFilter)
Name is a filter on the result set.
|
PaginationOptions |
offset(int offset)
Offset is the starting point for the return data.
|
PaginationOptions |
queryParameters(com.google.common.collect.Multimap<String,String> queryParams) |
public PaginationOptions queryParameters(com.google.common.collect.Multimap<String,String> queryParams)
public PaginationOptions offset(int offset)
public PaginationOptions limit(int limit)
public PaginationOptions name(String nameFilter)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.