Package org.jclouds.blobstore.options
Class ListOptions.ImmutableListOptions
java.lang.Object
org.jclouds.blobstore.options.ListOptions
org.jclouds.blobstore.options.ListOptions.ImmutableListOptions
- All Implemented Interfaces:
Cloneable
- Enclosing class:
ListOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jclouds.blobstore.options.ListOptions
ListOptions.Builder, ListOptions.ImmutableListOptions
-
Field Summary
Fields inherited from class org.jclouds.blobstore.options.ListOptions
NONE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterMarker
(String marker) Place to continue a listing at.clone()
maxResults
(int maxKeys) The maximum number of values you'd like to see in the response body.toString()
-
Constructor Details
-
ImmutableListOptions
-
-
Method Details
-
afterMarker
Description copied from class:ListOptions
Place to continue a listing at. This must be the value returned from the last list object, as not all blobstores use lexicographic lists.- Overrides:
afterMarker
in classListOptions
-
maxResults
Description copied from class:ListOptions
The maximum number of values you'd like to see in the response body. The server might return fewer than this many values, but will not return more.- Overrides:
maxResults
in classListOptions
-
getMarker
- Overrides:
getMarker
in classListOptions
-
getMaxResults
- Overrides:
getMaxResults
in classListOptions
-
clone
- Overrides:
clone
in classListOptions
-
toString
-