org.jclouds.rackspace.cloudidentity.v2_0.options
Class PaginationOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.rackspace.cloudidentity.v2_0.options.PaginationOptions
- All Implemented Interfaces:
- org.jclouds.http.options.HttpRequestOptions
public class PaginationOptions
- extends org.jclouds.http.options.BaseHttpRequestOptions
Options used to control paginated results (aka list commands).
- Author:
- Everett Toews
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
formParameters, headers, pathSuffix, payload, queryParameters |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
PaginationOptions
public PaginationOptions()
queryParameters
public PaginationOptions queryParameters(com.google.common.collect.Multimap<String,String> queryParams)
offset
public PaginationOptions offset(int offset)
- Offset is the starting point for the return data. Offset must be a multiple of the limit (or zero).
limit
public PaginationOptions limit(int limit)
- Limit is the restriction on the maximum number of items for that type that can be returned.
Note that list operations never return itemNotFound (404) faults.
name
public PaginationOptions name(String nameFilter)
- Name is a filter on the result set.
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.