Uses of Class
org.oxerr.stubhub.client.model.PurchaseResponse
Packages that use PurchaseResponse
Package
Description
Implementation of StubHub Purchase API using Apache CXF.
Provides resources for StubHub API.
StubHub client model.
Provides classes for purchase.
-
Uses of PurchaseResponse in org.oxerr.stubhub.client.cxf.impl.purchase
Methods in org.oxerr.stubhub.client.cxf.impl.purchase that return types with arguments of type PurchaseResponseModifier and TypeMethodDescriptionprotected PageIterator.Page<PurchaseResponse> CXFPurchaseService.iteratePurchases(PurchaseExportCriteria criteria) -
Uses of PurchaseResponse in org.oxerr.stubhub.client.cxf.resource
Methods in org.oxerr.stubhub.client.cxf.resource that return PurchaseResponseModifier and TypeMethodDescriptionPurchaseResource.getPurchaseOrder(Long purchaseOrderId, Boolean includeBuyerCommissionsPerTicket) Get a purchase order. -
Uses of PurchaseResponse in org.oxerr.stubhub.client.model
Methods in org.oxerr.stubhub.client.model that return types with arguments of type PurchaseResponseMethod parameters in org.oxerr.stubhub.client.model with type arguments of type PurchaseResponseModifier and TypeMethodDescriptionvoidPurchaseExportResponse.setPurchases(List<PurchaseResponse> purchases) -
Uses of PurchaseResponse in org.oxerr.stubhub.client.purchase
Methods in org.oxerr.stubhub.client.purchase that return types with arguments of type PurchaseResponseModifier and TypeMethodDescriptionPurchaseService.iteratePurchases(PurchaseExportCriteria criteria) default Stream<PurchaseResponse> PurchaseService.streamPurchases()default Stream<PurchaseResponse> PurchaseService.streamPurchases(PurchaseExportCriteria criteria)