public class ListCDNContainerOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ListCDNContainerOptions.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
static ListCDNContainerOptions | 
NONE  | 
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters| Constructor and Description | 
|---|
ListCDNContainerOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListCDNContainerOptions NONE
public ListCDNContainerOptions enabledOnly()
public ListCDNContainerOptions afterMarker(String marker)
public ListCDNContainerOptions maxResults(int limit)
Copyright © 2009-2013 jclouds. All Rights Reserved.