org.jclouds.blobstore.options
Class ListOptions.Builder

java.lang.Object
  extended by org.jclouds.blobstore.options.ListOptions.Builder
Enclosing class:
ListOptions

public static class ListOptions.Builder
extends Object


Constructor Summary
ListOptions.Builder()
           
 
Method Summary
static ListOptions afterMarker(String marker)
           
static ListOptions maxResults(int maxKeys)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListOptions.Builder

public ListOptions.Builder()
Method Detail

afterMarker

public static ListOptions afterMarker(String marker)
See Also:
ListOptions.afterMarker(String)

maxResults

public static ListOptions maxResults(int maxKeys)
See Also:
ListOptions.maxResults(int)


Copyright © 2009-2011 jclouds. All Rights Reserved.