Uses of Class
org.oxerr.stubhub.client.model.ListingResponse
Packages that use ListingResponse
Package
Description
-
Uses of ListingResponse in org.oxerr.stubhub.client.cxf.impl.inventory
Methods in org.oxerr.stubhub.client.cxf.impl.inventory that return ListingResponseMethods in org.oxerr.stubhub.client.cxf.impl.inventory that return types with arguments of type ListingResponseModifier and TypeMethodDescriptionCXFInventoryServce.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 listing) Create inventory.InventoryResource.getByExternalId(String externalId, Boolean includeBuyerCommissionsPerTicket) Get inventory by External ID.Methods in org.oxerr.stubhub.client.cxf.resource that return types with arguments of type ListingResponseModifier and TypeMethodDescriptionInventoryResource.getByExternalIds(String externalId, Boolean includeBuyerCommissionsPerTicket) Get multiple inventories by External ID. -
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)