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, matrixParameters, 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, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final ListOptions NONE
public ListOptions marker(String marker)
public ListOptions limit(int limit)
Copyright © 2009-2012 jclouds. All Rights Reserved.