public class ListPage<T>
extends org.jclouds.collect.IterableWithMarker<T>
listFirstPage() method.| Modifier and Type | Class and Description |
|---|---|
static class |
ListPage.Builder<T> |
| Modifier | Constructor and Description |
|---|---|
protected |
ListPage(Resource.Kind kind,
String id,
URI selfLink,
String nextPageToken,
Iterable<T> items) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ListPage.Builder<T> |
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() |
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@ConstructorProperties(value={"kind","id","selfLink","nextPageToken","items"}) protected ListPage(Resource.Kind kind, String id, URI selfLink, String nextPageToken, Iterable<T> items)
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>protected 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()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.