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
public static class ListOptions.ImmutableListOptions extends 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 Constructor Description ImmutableListOptions(ListOptions delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListContainerOptions
afterMarker(String marker)
Place to continue a listing at.ListOptions
clone()
String
getMarker()
Integer
getMaxResults()
ListContainerOptions
maxResults(int maxKeys)
The maximum number of values you'd like to see in the response body.String
toString()
-
-
-
Constructor Detail
-
ImmutableListOptions
public ImmutableListOptions(ListOptions delegate)
-
-
Method Detail
-
afterMarker
public ListContainerOptions afterMarker(String marker)
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
public ListContainerOptions maxResults(int maxKeys)
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
public String getMarker()
- Overrides:
getMarker
in classListOptions
-
getMaxResults
public Integer getMaxResults()
- Overrides:
getMaxResults
in classListOptions
-
clone
public ListOptions clone()
- Overrides:
clone
in classListOptions
-
-