org.jclouds.openstack.swift.options
Class ListContainerOptions.Builder

java.lang.Object
  extended by org.jclouds.openstack.swift.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 maxResults(int limit)
           
static ListContainerOptions underPath(String path)
           
static ListContainerOptions withPrefix(String prefix)
           
 
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

afterMarker

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

maxResults

public static ListContainerOptions maxResults(int limit)
See Also:
ListContainerOptions#limit(int)

withPrefix

public static ListContainerOptions withPrefix(String prefix)
See Also:
ListContainerOptions.withPrefix(String)

underPath

public static ListContainerOptions underPath(String path)
See Also:
ListContainerOptions#withPath(String)


Copyright © 2009-2011 jclouds. All Rights Reserved.