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 ListContainerOptionsafterMarker(String marker)Place to continue a listing at.ListOptionsclone()StringgetMarker()IntegergetMaxResults()ListContainerOptionsmaxResults(int maxKeys)The maximum number of values you'd like to see in the response body.StringtoString()
-
-
-
Constructor Detail
-
ImmutableListOptions
public ImmutableListOptions(ListOptions delegate)
-
-
Method Detail
-
afterMarker
public ListContainerOptions afterMarker(String marker)
Description copied from class:ListOptionsPlace to continue a listing at. This must be the value returned from the last list object, as not all blobstores use lexicographic lists.- Overrides:
afterMarkerin classListOptions
-
maxResults
public ListContainerOptions maxResults(int maxKeys)
Description copied from class:ListOptionsThe 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:
maxResultsin classListOptions
-
getMarker
public String getMarker()
- Overrides:
getMarkerin classListOptions
-
getMaxResults
public Integer getMaxResults()
- Overrides:
getMaxResultsin classListOptions
-
clone
public ListOptions clone()
- Overrides:
clonein classListOptions
-
-