|
||||||||||
| 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.atmos.options.ListOptions
public class ListOptions
Options used to control paginated results (aka list commands).
| Nested Class Summary | |
|---|---|
static class |
ListOptions.Builder
|
| Field Summary | |
|---|---|
static ListOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
ListOptions()
|
|
| Method Summary | |
|---|---|
Integer |
getLimit()
|
String |
getToken()
|
ListOptions |
includeMeta()
the maximum number of items that should be returned. |
ListOptions |
limit(int maxresults)
the maximum number of items that should be returned. |
boolean |
metaIncluded()
|
ListOptions |
token(String token)
specifies the position to resume listing note this is an opaque value and should not be interpreted. |
| 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 ListOptions NONE
| Constructor Detail |
|---|
public ListOptions()
| Method Detail |
|---|
public ListOptions token(String token)
public String getToken()
public ListOptions limit(int maxresults)
public ListOptions includeMeta()
public boolean metaIncluded()
public Integer getLimit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||