public class ListContainerOptions extends BaseHttpRequestOptions
ContainerApi#list(ListContainerOptions)
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 |
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.
|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final ListContainerOptions NONE
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)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.