|
||||||||||
| 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.v2_0.options.PaginationOptions
public class PaginationOptions
Options used to control paginated results (aka list commands).
| Nested Class Summary | |
|---|---|
static class |
PaginationOptions.Builder
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
PaginationOptions()
|
|
| Method Summary | |
|---|---|
PaginationOptions |
changesSince(Date ifModifiedSince)
Only return objects changed since this time. |
PaginationOptions |
limit(int limit)
To reduce load on the service, list operations will return a maximum of 1,000 items at a time. |
PaginationOptions |
marker(String marker)
The marker parameter is the ID of the last item in the previous list. |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PaginationOptions()
| Method Detail |
|---|
public PaginationOptions changesSince(Date ifModifiedSince)
public PaginationOptions marker(String marker)
public PaginationOptions limit(int limit)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||