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 PageIterator
PageIterator.Page<T>, PageIterator.PageImpl -
Constructor Summary
ConstructorsConstructorDescriptionInventorySearchIterator(InventorySearchCriteria criteria, InventoryResource inventoryResource) InventorySearchIterator(InventorySearchCriteria criteria, InventoryResource inventoryResource, io.github.resilience4j.retry.Retry retry) -
Method Summary
Modifier and TypeMethodDescriptionprotected InventoryExportResponsefetchExportResponse(Long paginationToken) Methods inherited from class InventoryIterator
fetchPageMethods inherited from class PageIterator
hasNext, nextMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Constructor Details
-
InventorySearchIterator
public InventorySearchIterator(InventorySearchCriteria criteria, InventoryResource inventoryResource) -
InventorySearchIterator
public InventorySearchIterator(InventorySearchCriteria criteria, InventoryResource inventoryResource, io.github.resilience4j.retry.Retry retry)
-
-
Method Details
-
fetchExportResponse
- Specified by:
fetchExportResponsein classInventoryIterator
-