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>
  • 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:
      fetchPage in class PageIterator<org.oxerr.stubhub.client.model.SaleResponse>