public final class ListPageWithPrefixes<T> extends com.google.common.collect.ForwardingList<T> implements ListPage<T>
Constructor and Description |
---|
ListPageWithPrefixes(List<T> items,
String nextPageToken,
List<String> prefixes) |
Modifier and Type | Method and Description |
---|---|
static <T> ListPageWithPrefixes<T> |
create(List<T> items,
String nextPageToken,
List<String> prefixes) |
protected List<T> |
delegate() |
String |
nextPageToken()
Indicates more data is available.
|
List<String> |
prefixes() |
add, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subList
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
public static <T> ListPageWithPrefixes<T> create(List<T> items, String nextPageToken, List<String> prefixes)
@Nullable public String nextPageToken()
ListPage
nextPageToken
in interface ListPage<T>
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.