| Package | Description | 
|---|---|
| org.jclouds.rackspace.clouddns.v1.features | |
| org.jclouds.rackspace.cloudidentity.v2_0.domain | |
| org.jclouds.rackspace.cloudidentity.v2_0.options | 
| Modifier and Type | Method and Description | 
|---|---|
PaginatedCollection<RecordDetail> | 
RecordApi.list(PaginationOptions options)
Use PaginationOptions to manually control the list of RecordDetail pages returned. 
 | 
PaginatedCollection<Domain> | 
DomainApi.list(PaginationOptions options)
The resulting list is flat, and does not break the domains down hierarchically by subdomain. 
 | 
PaginatedCollection<Subdomain> | 
DomainApi.listSubdomains(int domainId,
              PaginationOptions options)
List the subdomains of a domain and manually control pagination. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PaginationOptions | 
PaginatedCollection.nextPaginationOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
PaginationOptions | 
PaginationOptions.limit(int limit)
Limit is the restriction on the maximum number of items for that type that can be returned. 
 | 
static PaginationOptions | 
PaginationOptions.Builder.limit(int limit)  | 
PaginationOptions | 
PaginationOptions.name(String nameFilter)
Name is a filter on the result set. 
 | 
static PaginationOptions | 
PaginationOptions.Builder.name(String name)  | 
PaginationOptions | 
PaginationOptions.offset(int offset)
Offset is the starting point for the return data. 
 | 
static PaginationOptions | 
PaginationOptions.Builder.offset(int offset)  | 
PaginationOptions | 
PaginationOptions.queryParameters(com.google.common.collect.Multimap<String,String> queryParams)  | 
static PaginationOptions | 
PaginationOptions.Builder.queryParameters(com.google.common.collect.Multimap<String,String> queryParams)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.