|
||||||||||
| 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.hpcloud.objectstorage.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, 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, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, 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 | |||||||||