public class ListContainerOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
ListContainerOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static ListContainerOptions |
NONE |
formParameters, headers, pathSuffix, payload, queryParameters
Constructor and Description |
---|
ListContainerOptions() |
Modifier and Type | Method and Description |
---|---|
ListContainerOptions |
afterMarker(String marker)
Indicates where to begin listing the account's containers.
|
String |
getMarker() |
int |
getMaxResults() |
String |
getPath() |
String |
getPrefix() |
ListContainerOptions |
maxResults(int limit)
The maximum number of containers that will be included in the response body.
|
ListContainerOptions |
underPath(String path)
For a string value X, return the Object names nested in the pseudo path.
|
ListContainerOptions |
withPrefix(String prefix)
For a string value X, causes the results to be limited to Object names beginning with the
substring X.
|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final ListContainerOptions NONE
public ListContainerOptions afterMarker(String marker)
public String getMarker()
public ListContainerOptions maxResults(int limit)
public int getMaxResults()
public ListContainerOptions withPrefix(String prefix)
public String getPrefix()
public ListContainerOptions underPath(String path)
public String getPath()
Copyright © 2009-2013 jclouds. All Rights Reserved.