Package org.oxerr.seatgeek.client
Interface ListingService
- All Known Implementing Classes:
ListingServiceImpl
public interface ListingService
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateListing(String ticketId, CreateListingRequest r) voiddeleteListing(String ticketId) getListing(String ticketId) getListings(Integer page, Integer perPage, Boolean onlyBarcode, String... listingIds) updateListing(String ticketId, UpdateListingRequest r)
-
Method Details
-
createListing
- Throws:
IOException
-
updateListing
- Throws:
IOException
-
getListing
- Throws:
IOException
-
getListings
MultipleListingsResponse getListings(Integer page, Integer perPage, Boolean onlyBarcode, String... listingIds) throws IOException - Throws:
IOException
-
deleteListing
- Throws:
IOException
-