public class ResourceRecordSetIterable extends IterableWithMarker<ResourceRecordSet>
Modifier and Type | Class and Description |
---|---|
static class |
ResourceRecordSetIterable.Builder |
static class |
ResourceRecordSetIterable.NextRecord
If the results were truncated, this holds the position of the next item.
|
Modifier and Type | Method and Description |
---|---|
static ResourceRecordSetIterable.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
Iterator<ResourceRecordSet> |
iterator() |
com.google.common.base.Optional<Object> |
nextMarker()
If there is a next marker, then the set is incomplete and you should issue another command to
retrieve the rest, setting the option
marker to this value |
com.google.common.base.Optional<ResourceRecordSetIterable.NextRecord> |
nextRecord()
present when the list is not truncated
|
String |
toString() |
allMatch, anyMatch, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, get, index, isEmpty, last, limit, size, skip, toArray, toImmutableList, toImmutableSet, toImmutableSortedSet, toList, toMap, toSet, toSortedImmutableList, toSortedList, toSortedSet, transform, transformAndConcat, uniqueIndex
public com.google.common.base.Optional<ResourceRecordSetIterable.NextRecord> nextRecord()
public com.google.common.base.Optional<Object> nextMarker()
IterableWithMarker
marker
to this valuenextMarker
in class IterableWithMarker<ResourceRecordSet>
public Iterator<ResourceRecordSet> iterator()
public String toString()
toString
in class com.google.common.collect.FluentIterable<ResourceRecordSet>
public static ResourceRecordSetIterable.Builder builder()
Copyright © 2009-2013 jclouds. All Rights Reserved.