Package org.jclouds.atmos.options
Class ListOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.atmos.options.ListOptions
- All Implemented Interfaces:
HttpRequestOptions
Options used to control paginated results (aka list commands).
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Field Details
-
NONE
-
-
Constructor Details
-
ListOptions
public ListOptions()
-
-
Method Details
-
token
specifies the position to resume listing note this is an opaque value and should not be interpreted. -
getToken
-
limit
the maximum number of items that should be returned. If this is not specified, there is no limit. -
includeMeta
the maximum number of items that should be returned. If this is not specified, there is no limit. -
metaIncluded
public boolean metaIncluded() -
getLimit
-