Class ListOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.digitalocean2.domain.options.ListOptions
- All Implemented Interfaces:
 HttpRequestOptions
- Direct Known Subclasses:
 ImageListOptions
Options to customize how paginated lists are returned.
- 
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
- 
PAGE_PARAM
- See Also:
 
 - 
PER_PAGE_PARAM
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ListOptions
public ListOptions() 
 - 
 - 
Method Details
- 
perPage
Configures the number of entries to return in each page. - 
page
Configures the number of the page to be returned. 
 -