public class ListCDNContainerOptions extends BaseHttpRequestOptions
org.jclouds.rackspace.cloudfiles.v1.features.CDNAp#list(ListCDNContainerOptions) CDNApi.list(ListCDNContainerOptions)}
Modifier and Type | Class and Description |
---|---|
static class |
ListCDNContainerOptions.Builder |
formParameters, headers, pathSuffix, payload, queryParameters
Constructor and Description |
---|
ListCDNContainerOptions() |
Modifier and Type | Method and Description |
---|---|
ListCDNContainerOptions |
endMarker(String endMarker)
Given a string value x, returns container names lesser in value than the specified
end marker.
|
ListCDNContainerOptions |
limit(int limit)
For an integer value n, limits the number of results to n.
|
ListCDNContainerOptions |
marker(String marker)
Given a string value x, returns container names greater in value than the specified
marker . |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public ListCDNContainerOptions limit(int limit)
public ListCDNContainerOptions marker(String marker)
marker
. Only strings using UTF-8 encoding are valid. Using marker
provides
a mechanism for iterating through the entire list of containers.public ListCDNContainerOptions endMarker(String endMarker)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.