Uses of Class
org.oxerr.stubhub.client.inventory.InventoryExportCriteria
Packages that use InventoryExportCriteria
Package
Description
Implementation of StubHub Inventory API using Apache CXF.
Provides classes for inventory management.
-
Uses of InventoryExportCriteria in org.oxerr.stubhub.client.cxf.impl.inventory
Methods in org.oxerr.stubhub.client.cxf.impl.inventory with parameters of type InventoryExportCriteriaModifier and TypeMethodDescriptionCXFInventoryService.iterateInventories(InventoryExportCriteria criteria, io.github.resilience4j.retry.Retry retry) Constructors in org.oxerr.stubhub.client.cxf.impl.inventory with parameters of type InventoryExportCriteriaModifierConstructorDescriptionInventoryExportIterator(InventoryExportCriteria criteria, InventoryResource inventoryResource) InventoryExportIterator(InventoryExportCriteria criteria, InventoryResource inventoryResource, io.github.resilience4j.retry.Retry retry) -
Uses of InventoryExportCriteria in org.oxerr.stubhub.client.inventory
Methods in org.oxerr.stubhub.client.inventory with parameters of type InventoryExportCriteriaModifier and TypeMethodDescriptiondefault Iterator<ListingResponse> InventoryService.iterateInventories(InventoryExportCriteria criteria) InventoryService.iterateInventories(InventoryExportCriteria criteria, io.github.resilience4j.retry.Retry retry) default Stream<ListingResponse> InventoryService.streamInventories(InventoryExportCriteria criteria)