Class ListCDNContainerOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.rackspace.cloudfiles.v1.options.ListCDNContainerOptions
- All Implemented Interfaces:
HttpRequestOptions
Options for listing containers.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGiven a string value x, returns container names lesser in value than the specified end marker.limit
(int limit) For an integer value n, limits the number of results to n.Given a string value x, returns container names greater in value than the specifiedmarker
.Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Constructor Details
-
ListCDNContainerOptions
public ListCDNContainerOptions()
-
-
Method Details
-
limit
For an integer value n, limits the number of results to n. -
marker
Given a string value x, returns container names greater in value than the specifiedmarker
. Only strings using UTF-8 encoding are valid. Usingmarker
provides a mechanism for iterating through the entire list of containers. -
endMarker
Given a string value x, returns container names lesser in value than the specified end marker. Only strings using UTF-8 encoding are valid.
-