Class InvoiceExportIterator
java.lang.Object
org.oxerr.stubhub.client.cxf.impl.util.PageIterator<org.oxerr.stubhub.client.model.SaleResponse>
org.oxerr.stubhub.client.cxf.impl.invoice.InvoiceExportIterator
- All Implemented Interfaces:
Iterator<org.oxerr.stubhub.client.model.SaleResponse>
public class InvoiceExportIterator
extends PageIterator<org.oxerr.stubhub.client.model.SaleResponse>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.oxerr.stubhub.client.cxf.impl.util.PageIterator
PageIterator.Page<T>, PageIterator.PageImpl -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInvoiceExportIterator(org.oxerr.stubhub.client.invoice.InvoiceExportCriteria criteria, InvoiceResource invoiceResource) -
Method Summary
Modifier and TypeMethodDescriptionprotected PageIterator.Page<org.oxerr.stubhub.client.model.SaleResponse> Methods inherited from class org.oxerr.stubhub.client.cxf.impl.util.PageIterator
hasNext, nextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
InvoiceExportIterator
protected InvoiceExportIterator(org.oxerr.stubhub.client.invoice.InvoiceExportCriteria criteria, InvoiceResource invoiceResource)
-
-
Method Details
-
fetchPage
protected PageIterator.Page<org.oxerr.stubhub.client.model.SaleResponse> fetchPage(Long paginationToken) - Specified by:
fetchPagein classPageIterator<org.oxerr.stubhub.client.model.SaleResponse>
-