|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.openstack.options.BaseListOptions
public class BaseListOptions
Options used to control paginated results (aka list commands).
| Nested Class Summary | |
|---|---|
static class |
BaseListOptions.Builder
|
| Field Summary | |
|---|---|
static BaseListOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
BaseListOptions()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final BaseListOptions NONE
| Constructor Detail |
|---|
public BaseListOptions()
| Method Detail |
|---|
public BaseListOptions changesSince(Date ifModifiedSince)
public BaseListOptions startAt(long offset)
public BaseListOptions maxResults(int limit)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||