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

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.openstack.swift.v1.options.ListContainerOptions
All Implemented Interfaces:
org.jclouds.http.options.HttpRequestOptions

public class ListContainerOptions
extends org.jclouds.http.options.BaseHttpRequestOptions

Options for listing containers.

See Also:
ContainerApi#list(ListContainerOptions)

Nested Class Summary
static class ListContainerOptions.Builder
           
 
Field Summary
static ListContainerOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
 
Constructor Summary
ListContainerOptions()
           
 
Method Summary
 ListContainerOptions delimiter(char delimiter)
          object names nested in the container are returned.
 ListContainerOptions endMarker(String endMarker)
          object names less in value than the specified marker are returned.
 ListContainerOptions limit(int limit)
          list operation returns no more than this amount.
 ListContainerOptions marker(String marker)
          object names greater in value than the specified marker are returned.
 ListContainerOptions path(String path)
          object names nested in the pseudo path are returned.
 ListContainerOptions prefix(String prefix)
          object names beginning with this substring are returned.
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final ListContainerOptions NONE
Constructor Detail

ListContainerOptions

public ListContainerOptions()
Method Detail

limit

public ListContainerOptions limit(int limit)
list operation returns no more than this amount.


marker

public ListContainerOptions marker(String marker)
object names greater in value than the specified marker are returned.


endMarker

public ListContainerOptions endMarker(String endMarker)
object names less in value than the specified marker are returned.


prefix

public ListContainerOptions prefix(String prefix)
object names beginning with this substring are returned.


delimiter

public ListContainerOptions delimiter(char delimiter)
object names nested in the container are returned.


path

public ListContainerOptions path(String path)
object names nested in the pseudo path are returned.



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.