Class InventoryIterator
java.lang.Object
org.oxerr.stubhub.client.cxf.impl.inventory.InventoryIterator
- All Implemented Interfaces:
Iterator<ListingResponse>
- Direct Known Subclasses:
InventoryExportIterator,InventorySearchIterator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract InventoryExportResponsebooleanhasNext()next()Methods 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
-
InventoryIterator
protected InventoryIterator(int pageSize)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<ListingResponse>
-
next
- Specified by:
nextin interfaceIterator<ListingResponse>
-
fetchPage
-