org.jclouds.snia.cdmi.v1.options
Class ListContainersOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
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.
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
NONE
public static final ListContainersOptions NONE
ListContainersOptions
public ListContainersOptions()
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.