public class RecordIterator extends Object implements Iterator<Record>
RecordIterator(String resumptionToken, String from, String until, String set, String metadataPrefix, String baseUrl)
int
getCompleteListSize()
String
getPercentage()
boolean
hasNext()
Record
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RecordIterator(String resumptionToken, String from, String until, String set, String metadataPrefix, String baseUrl) throws Exception
Exception
public boolean hasNext()
hasNext
Iterator<Record>
public Record next()
next
public void remove()
remove
public int getCompleteListSize()
public String getPercentage()
Copyright © 2016. All Rights Reserved.