Package org.jclouds.googlecloud.domain
Interface ListPage<T>
-
- All Superinterfaces:
Collection<T>
,Iterable<T>
,List<T>
- All Known Implementing Classes:
ForwardingListPage
,ListPageWithPrefixes
public interface ListPage<T> extends List<T>
An immutable list that includes a token, if there is another page available.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
nextPageToken()
Indicates more data is available.-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
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
-
-