Uses of Class
org.oxerr.stubhub.client.model.ListingResponse
Packages that use ListingResponse
Package
Description
Implementation of StubHub Event API using Apache CXF.
Implementation of StubHub Inventory API using Apache CXF.
Provides resources for StubHub API.
Provides classes related to StubHub events.
Provides classes for inventory management.
StubHub client model.
-
Uses of ListingResponse in org.oxerr.stubhub.client.cxf.impl.event
Methods in org.oxerr.stubhub.client.cxf.impl.event that return types with arguments of type ListingResponse -
Uses of ListingResponse in org.oxerr.stubhub.client.cxf.impl.inventory
Methods in org.oxerr.stubhub.client.cxf.impl.inventory that return types with arguments of type ListingResponseModifier and TypeMethodDescriptionprotected PageIterator.Page<ListingResponse> CXFInventoryService.iterateInventories(InventoryExportCriteria criteria) -
Uses of ListingResponse in org.oxerr.stubhub.client.cxf.resource
Methods in org.oxerr.stubhub.client.cxf.resource that return ListingResponseModifier and TypeMethodDescriptionInventoryResource.createInventory(InventoryCreateRequest inventoryCreateRequest) Create inventory.InventoryResource.getByExternalId(String externalId, Boolean includeBuyerCommissionsPerTicket) Get inventory by External ID.InventoryResource.updateInventory(Long inventoryId, InventoryUpdateRequest inventoryUpdateRequest) Update listing prices, barcodes, and price settings.Methods in org.oxerr.stubhub.client.cxf.resource that return types with arguments of type ListingResponseModifier and TypeMethodDescriptionInventoryResource.deleteInventory(Long inventoryId) Delete Inventory by ID (Inventory must not be connected to any purchase orders)InventoryResource.getByExternalIds(String externalId, Boolean includeBuyerCommissionsPerTicket) Get multiple inventories by External ID.EventResource.getInventories(Integer eventId, String section, String row, String seat, Boolean includeBuyerCommissionsPerTicket, Boolean includePastEvents) Get Inventories by Event Id.InventoryResource.getInventory(Long inventoryId, Boolean includeBuyerCommissionsPerTicket) Get inventory by ID. -
Uses of ListingResponse in org.oxerr.stubhub.client.event
Methods in org.oxerr.stubhub.client.event that return types with arguments of type ListingResponseModifier and TypeMethodDescriptiondefault List<ListingResponse> EventService.getInventories(Integer eventId) EventService.getInventories(InventoryCriteria criteria) -
Uses of ListingResponse in org.oxerr.stubhub.client.inventory
Methods in org.oxerr.stubhub.client.inventory that return types with arguments of type ListingResponseModifier and TypeMethodDescriptiondefault Iterator<ListingResponse> InventoryService.iterateInventories()InventoryService.iterateInventories(InventoryExportCriteria criteria) InventoryService.iterateInventories(InventorySearchCriteria criteria) default Stream<ListingResponse> InventoryService.streamInventories()default Stream<ListingResponse> InventoryService.streamInventories(InventoryExportCriteria criteria) default Stream<ListingResponse> InventoryService.streamInventories(InventorySearchCriteria criteria) -
Uses of ListingResponse in org.oxerr.stubhub.client.model
Methods in org.oxerr.stubhub.client.model that return types with arguments of type ListingResponseModifier and TypeMethodDescriptionSearchListingsResponse.getData()InventoryExportResponse.getInventory()Method parameters in org.oxerr.stubhub.client.model with type arguments of type ListingResponseModifier and TypeMethodDescriptionvoidSearchListingsResponse.setData(List<ListingResponse> data) voidInventoryExportResponse.setInventory(List<ListingResponse> inventory)