|
||||||||||
| 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.openstack.swift.v1.options.ListContainerOptions
public class ListContainerOptions
Options for listing containers.
ContainerApi#list(ListContainerOptions)| Nested Class Summary | |
|---|---|
static class |
ListContainerOptions.Builder
|
| Field Summary | |
|---|---|
static ListContainerOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
ListContainerOptions()
|
|
| Method Summary | |
|---|---|
ListContainerOptions |
delimiter(char delimiter)
object names nested in the container are returned. |
ListContainerOptions |
endMarker(String endMarker)
object names less in value than the specified marker are returned. |
ListContainerOptions |
limit(int limit)
list operation returns no more than this amount. |
ListContainerOptions |
marker(String marker)
object names greater in value than the specified marker are returned. |
ListContainerOptions |
path(String path)
object names nested in the pseudo path are returned. |
ListContainerOptions |
prefix(String prefix)
object names beginning with this substring are returned. |
| 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 ListContainerOptions NONE
| Constructor Detail |
|---|
public ListContainerOptions()
| Method Detail |
|---|
public ListContainerOptions limit(int limit)
public ListContainerOptions marker(String marker)
public ListContainerOptions endMarker(String endMarker)
public ListContainerOptions prefix(String prefix)
public ListContainerOptions delimiter(char delimiter)
public ListContainerOptions path(String path)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||