public class ListOptions extends BaseHttpRequestOptions
| 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 | 
limit(int limit)
To reduce load on the service, list operations will return a maximum of 100 items at a time. 
 | 
ListOptions | 
marker(String marker)
Indicates where to begin listing, if the previous list was larger than the limit. 
 | 
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListOptions NONE
public ListOptions marker(String marker)
public ListOptions limit(int limit)
Copyright © 2009-2013 jclouds. All Rights Reserved.