org.jclouds.cloudfiles.options
Class ListCdnContainerOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudfiles.options.ListCdnContainerOptions
- All Implemented Interfaces:
- HttpRequestOptions
public class ListCdnContainerOptions
- extends BaseHttpRequestOptions
Contains options supported in the REST API for the GET CDN containers 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 ListCdnContainerOptions NONE
ListCdnContainerOptions
public ListCdnContainerOptions()
enabledOnly
public ListCdnContainerOptions enabledOnly()
afterMarker
public ListCdnContainerOptions afterMarker(String marker)
- Indicates where to begin listing the identity's containers. The list will only include
containers whose names occur lexicographically after the marker. This is convenient for
pagination: To get the next page of results use the last container name of the current
page as the marker.
maxResults
public ListCdnContainerOptions maxResults(int limit)
- The maximum number of containers that will be included in the response body.
The server might return fewer than this many containers, but will not return more.
Copyright © 2009-2011 jclouds. All Rights Reserved.