public final class ObjectListOptions extends Object
Modifier and Type | Method and Description |
---|---|
static ObjectListOptions |
create() |
ObjectListOptions |
delimiter(char delimiter)
Objects nested in the container are returned.
|
ObjectListOptions |
endMarker(String endMarker)
Objects less in value than the specified marker are returned.
|
Map<String,String> |
getOptions() |
ObjectListOptions |
limit(int limit)
list operation returns no more than this amount.
|
ObjectListOptions |
marker(String marker)
Objects greater in value than the specified marker are returned.
|
ObjectListOptions |
path(String path)
Objects nested in the pseudo path are returned.
|
ObjectListOptions |
startsWith(String prefix)
Objects beginning with this substring are returned.
|
public static ObjectListOptions create()
public ObjectListOptions limit(int limit)
public ObjectListOptions marker(String marker)
public ObjectListOptions endMarker(String endMarker)
public ObjectListOptions startsWith(String prefix)
public ObjectListOptions delimiter(char delimiter)
public ObjectListOptions path(String path)
Copyright © 2017. All rights reserved.