This project has retired. For details please refer to its
Attic page.
ListPage (Apache jclouds 2.0.0 API)
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Superinterfaces:
- Collection<T>, Iterable<T>, List<T>
- All Known Implementing Classes:
- ForwardingListPage
public interface ListPage<T>
extends List<T>
An immutable list that includes a token, if there is another page available.
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
String |
nextPageToken()
Indicates more data is available.
|
-
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, retainAll, set, size, subList, toArray, toArray
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.