org.jclouds.blobstore.options
Class ListOptions.ImmutableListOptions

java.lang.Object
  extended by org.jclouds.blobstore.options.ListOptions
      extended by 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
ListOptions.ImmutableListOptions(ListOptions delegate)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListOptions.ImmutableListOptions

public ListOptions.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 lexigraphic lists.

Overrides:
afterMarker in class ListOptions

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 class ListOptions

getMarker

public String getMarker()
Overrides:
getMarker in class ListOptions

getMaxResults

public Integer getMaxResults()
Overrides:
getMaxResults in class ListOptions

clone

public ListOptions clone()
Overrides:
clone in class ListOptions

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 jclouds. All Rights Reserved.