org.jclouds.snia.cdmi.v1.options
Class ListContainersOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.snia.cdmi.v1.options.ListContainersOptions
All Implemented Interfaces:
HttpRequestOptions

public class ListContainersOptions
extends BaseHttpRequestOptions

Contains options supported in the REST API for the GET container operation.


Nested Class Summary
static class ListContainersOptions.Builder
           
 
Field Summary
static ListContainersOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
ListContainersOptions()
           
 
Method Summary
 int getLimit()
           
 String getMarker()
           
 ListContainersOptions limit(int limit)
          For an integer value n, limits the number of results to n values.
 ListContainersOptions marker(String marker)
          Given a string value x, return data names greater in value than the specified marker.
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, 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 ListContainersOptions NONE
Constructor Detail

ListContainersOptions

public ListContainersOptions()
Method Detail

marker

public ListContainersOptions marker(String marker)
Given a string value x, return data names greater in value than the specified marker.


getMarker

public String getMarker()

limit

public ListContainersOptions limit(int limit)
For an integer value n, limits the number of results to n values.


getLimit

public int getLimit()


Copyright © 2009-2012 jclouds. All Rights Reserved.