public static class ListOptions.Builder extends Object
| Constructor and Description |
|---|
ListOptions.Builder() |
| Modifier and Type | Method and Description |
|---|---|
static ListOptions |
changesSince(Date since) |
static ListOptions |
maxResults(int maxKeys) |
static ListOptions |
startAt(long prefix) |
static ListOptions |
withDetails() |
public static ListOptions withDetails()
ListOptions.withDetails()public static ListOptions startAt(long prefix)
BaseListOptions.startAt(long)public static ListOptions maxResults(int maxKeys)
BaseListOptions#maxResults(long)public static ListOptions changesSince(Date since)
BaseListOptions.changesSince(Date)Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.