|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.FluentIterable<T>
org.jclouds.collect.IterableWithMarker<T>
org.jclouds.googlecomputeengine.domain.ListPage<T>
public class ListPage<T>
The collection returned from any listFirstPage() method.
| Nested Class Summary | |
|---|---|
static class |
ListPage.Builder<T>
|
| Constructor Summary | |
|---|---|
protected |
ListPage(Resource.Kind kind,
String id,
URI selfLink,
String nextPageToken,
Iterable<T> items)
|
| Method Summary | ||
|---|---|---|
static
|
builder()
|
|
boolean |
equals(Object obj)
|
|
String |
getId()
|
|
Resource.Kind |
getKind()
|
|
URI |
getSelfLink()
|
|
int |
hashCode()
|
|
Iterator<T> |
iterator()
|
|
com.google.common.base.Optional<Object> |
nextMarker()
|
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
|
ListPage.Builder<T> |
toBuilder()
|
|
String |
toString()
|
|
| Methods inherited from class com.google.common.collect.FluentIterable |
|---|
allMatch, anyMatch, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, get, index, isEmpty, last, limit, size, skip, toArray, toList, toMap, toSet, toSortedList, toSortedSet, transform, transformAndConcat, uniqueIndex |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"kind","id","selfLink","nextPageToken","items"})
protected ListPage(Resource.Kind kind,
String id,
URI selfLink,
String nextPageToken,
Iterable<T> items)
| Method Detail |
|---|
public Resource.Kind getKind()
public String getId()
public URI getSelfLink()
public com.google.common.base.Optional<Object> nextMarker()
nextMarker in class org.jclouds.collect.IterableWithMarker<T>public Iterator<T> iterator()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class com.google.common.collect.FluentIterable<T>public static <T> ListPage.Builder<T> builder()
public ListPage.Builder<T> toBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||