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