org.jclouds.cloudfiles.options
Class ListCdnContainerOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by 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.


Nested Class Summary
static class ListCdnContainerOptions.Builder
           
 
Field Summary
static ListCdnContainerOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
ListCdnContainerOptions()
           
 
Method Summary
 ListCdnContainerOptions afterMarker(String marker)
          Indicates where to begin listing the identity's containers.
 ListCdnContainerOptions enabledOnly()
           
 ListCdnContainerOptions maxResults(int limit)
          The maximum number of containers that will be included in the response body.
 
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 ListCdnContainerOptions NONE
Constructor Detail

ListCdnContainerOptions

public ListCdnContainerOptions()
Method Detail

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.