org.jclouds.openstack.swift.v1.options
Class ListContainersOptions.Builder

java.lang.Object
  extended by org.jclouds.openstack.swift.v1.options.ListContainersOptions.Builder
Enclosing class:
ListContainersOptions

public static class ListContainersOptions.Builder
extends Object


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

Constructor Detail

ListContainersOptions.Builder

public ListContainersOptions.Builder()
Method Detail

marker

public static ListContainersOptions marker(String marker)
See Also:
ListContainersOptions.marker(String)

limit

public static ListContainersOptions limit(int limit)
See Also:
ListContainersOptions.limit(int)


Copyright © 2009-2012 jclouds. All Rights Reserved.