public class BaseListOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
BaseListOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static BaseListOptions |
NONE |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
BaseListOptions() |
Modifier and Type | Method and Description |
---|---|
BaseListOptions |
changesSince(Date ifModifiedSince)
Only return objects changed since this time.
|
BaseListOptions |
maxResults(int limit)
To reduce load on the service, list operations will return a maximum of 1,000 items at a time.
|
BaseListOptions |
startAt(long offset)
Indicates where to begin listing.
|
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final BaseListOptions NONE
public BaseListOptions changesSince(Date ifModifiedSince)
public BaseListOptions startAt(long offset)
public BaseListOptions maxResults(int limit)
Copyright © 2009-2012 jclouds. All Rights Reserved.