public class ListOptions extends BaseListOptions
BaseListOptions, 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ListOptions.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
static ListOptions | 
NONE  | 
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description | 
|---|
ListOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListOptions | 
changesSince(Date ifModifiedSince)
Only return objects changed since this time. 
 | 
ListOptions | 
maxResults(int limit)
To reduce load on the service, list operations will return a maximum of 1,000 items at a time. 
 | 
ListOptions | 
startAt(long offset)
Indicates where to begin listing. 
 | 
ListOptions | 
withDetails()
unless used, only the name and id will be returned per row. 
 | 
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListOptions NONE
public ListOptions withDetails()
public ListOptions changesSince(Date ifModifiedSince)
changesSince in class BaseListOptionspublic ListOptions maxResults(int limit)
maxResults in class BaseListOptionspublic ListOptions startAt(long offset)
startAt in class BaseListOptionsCopyright © 2009-2013 jclouds. All Rights Reserved.