Package org.jclouds.googlecloud.domain
Interface ListPage<T>
- All Superinterfaces:
Collection<T>
,Iterable<T>
,List<T>
,SequencedCollection<T>
- All Known Implementing Classes:
ForwardingListPage
,ListPageWithPrefixes
An immutable list that includes a token, if there is another page available.
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
add, add, addAll, addAll, addFirst, addLast, clear, contains, containsAll, equals, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, size, sort, spliterator, subList, toArray, toArray
-
Method Details
-
nextPageToken
Indicates more data is available.
-