Package org.oxerr.seatgeek.client
Interface ListingService
- All Known Implementing Classes:
ListingServiceImpl
public interface ListingService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createListing
(String ticketId, CreateListingRequest r) void
deleteListing
(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
-