|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudfiles.options.ListCdnContainerOptions
public class ListCdnContainerOptions
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 |
|---|
public static final ListCdnContainerOptions NONE
| Constructor Detail |
|---|
public ListCdnContainerOptions()
| Method Detail |
|---|
public ListCdnContainerOptions enabledOnly()
public ListCdnContainerOptions afterMarker(String marker)
public ListCdnContainerOptions maxResults(int limit)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||