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, matrixParameters, 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, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final ListOptions NONE
public ListOptions withDetails()
public ListOptions changesSince(Date ifModifiedSince)
changesSince
in class BaseListOptions
public ListOptions maxResults(int limit)
maxResults
in class BaseListOptions
public ListOptions startAt(long offset)
startAt
in class BaseListOptions
Copyright © 2009-2012 jclouds. All Rights Reserved.