public class ListOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
ListOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static ListOptions |
NONE |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
ListOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getIncludeMetadata() |
String |
getMarker() |
Integer |
getMaxResults() |
String |
getPrefix() |
ListOptions |
includeMetadata()
Include this parameter to specify that the container's metadata be returned as part of the
response body.
|
ListOptions |
marker(String marker)
A string value that identifies the portion of the list to be returned with the next list
operation.
|
ListOptions |
maxResults(int maxresults)
Specifies the maximum number of containers to return.
|
ListOptions |
prefix(String prefix)
Filters the results to return only objects whose name begins with the specified prefix.
|
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final ListOptions NONE
public ListOptions includeMetadata()
public boolean getIncludeMetadata()
public ListOptions prefix(String prefix)
public String getPrefix()
public ListOptions marker(String marker)
public String getMarker()
public ListOptions maxResults(int maxresults)
public Integer getMaxResults()
Copyright © 2009-2012 jclouds. All Rights Reserved.