Uses of Class
org.oxerr.stubhub.client.model.SaleResponse
Packages that use SaleResponse
Package
Description
Implementation of StubHub Purchase API using Apache CXF.
Provides resources for StubHub API.
Provides classes for StubHub invoice.
StubHub client model.
-
Uses of SaleResponse in org.oxerr.stubhub.client.cxf.impl.invoice
Methods in org.oxerr.stubhub.client.cxf.impl.invoice that return types with arguments of type SaleResponseModifier and TypeMethodDescriptionprotected PageIterator.Page<SaleResponse> CXFInvoiceService.iterateInvoices(InvoiceExportCriteria criteria) -
Uses of SaleResponse in org.oxerr.stubhub.client.cxf.resource
Methods in org.oxerr.stubhub.client.cxf.resource that return SaleResponseModifier and TypeMethodDescriptionInvoiceResource.getInvoiceById(Long invoiceId, Boolean includeMarketplaceOriginalSeating, Boolean includeBuyerCommissionsPerTicket) Retrieves an invoice by the invoice idMethods in org.oxerr.stubhub.client.cxf.resource that return types with arguments of type SaleResponseModifier and TypeMethodDescriptionInvoiceResource.getInvoicesByMarketplaceSaleId(String marketplaceSaleId) Retrieves invoices by the marketplaceSaleId across all marketplaces -
Uses of SaleResponse in org.oxerr.stubhub.client.invoice
Methods in org.oxerr.stubhub.client.invoice that return types with arguments of type SaleResponseModifier and TypeMethodDescriptiondefault Iterator<SaleResponse> InvoiceService.iterateInvoices()InvoiceService.iterateInvoices(InvoiceExportCriteria criteria) default Stream<SaleResponse> InvoiceService.streamInvoices()default Stream<SaleResponse> InvoiceService.streamInvoices(InvoiceExportCriteria criteria) -
Uses of SaleResponse in org.oxerr.stubhub.client.model
Methods in org.oxerr.stubhub.client.model that return types with arguments of type SaleResponseMethod parameters in org.oxerr.stubhub.client.model with type arguments of type SaleResponseModifier and TypeMethodDescriptionvoidInvoiceExportResponse.setInvoices(List<SaleResponse> invoices)