Interface PurchaseService
public interface PurchaseService
-
Method Summary
Modifier and TypeMethodDescriptionIterator<org.oxerr.stubhub.client.model.PurchaseResponse> iteratePurchases(PurchaseExportCriteria criteria) default Stream<org.oxerr.stubhub.client.model.PurchaseResponse> default Stream<org.oxerr.stubhub.client.model.PurchaseResponse> streamPurchases(PurchaseExportCriteria criteria)
-
Method Details
-
iteratePurchases
Iterator<org.oxerr.stubhub.client.model.PurchaseResponse> iteratePurchases(PurchaseExportCriteria criteria) -
streamPurchases
-
streamPurchases
default Stream<org.oxerr.stubhub.client.model.PurchaseResponse> streamPurchases(PurchaseExportCriteria criteria)
-