Class InventorySearchIterator
java.lang.Object
org.oxerr.stubhub.client.cxf.impl.util.PageIterator<ListingResponse>
org.oxerr.stubhub.client.cxf.impl.inventory.InventoryIterator
org.oxerr.stubhub.client.cxf.impl.inventory.InventorySearchIterator
- All Implemented Interfaces:
Iterator<ListingResponse>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.oxerr.stubhub.client.cxf.impl.util.PageIterator
PageIterator.Page<T>, PageIterator.PageImpl -
Constructor Summary
ConstructorsConstructorDescriptionInventorySearchIterator(InventorySearchCriteria criteria, InventoryResource inventoryResource) -
Method Summary
Modifier and TypeMethodDescriptionprotected InventoryExportResponsefetchExportResponse(Long paginationToken) Methods inherited from class org.oxerr.stubhub.client.cxf.impl.inventory.InventoryIterator
fetchPageMethods 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
-
InventorySearchIterator
public InventorySearchIterator(InventorySearchCriteria criteria, InventoryResource inventoryResource)
-
-
Method Details
-
fetchExportResponse
- Specified by:
fetchExportResponsein classInventoryIterator
-