org.jclouds.blobstore.options
Class ListContainerOptions.Builder

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

public static class ListContainerOptions.Builder
extends Object


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

Constructor Detail

ListContainerOptions.Builder

public ListContainerOptions.Builder()
Method Detail

inDirectory

public static ListContainerOptions inDirectory(String directory)
See Also:
ListContainerOptions.inDirectory(String)

afterMarker

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

maxResults

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

recursive

public static ListContainerOptions recursive()
See Also:
ListContainerOptions.recursive()

withDetails

public static ListContainerOptions withDetails()
See Also:
ListContainerOptions.withDetails()


Copyright © 2009-2011 jclouds. All Rights Reserved.