Package org.oxerr.seatgeek.client.rescu
Class ListingServiceImpl
java.lang.Object
org.oxerr.seatgeek.client.rescu.ListingServiceImpl
- All Implemented Interfaces:
ListingService
-
Constructor Summary
-
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)
-
Constructor Details
-
ListingServiceImpl
-
-
Method Details
-
createListing
- Specified by:
createListing
in interfaceListingService
- Throws:
IOException
-
updateListing
public UpdateListingRequest updateListing(String ticketId, UpdateListingRequest r) throws IOException - Specified by:
updateListing
in interfaceListingService
- Throws:
IOException
-
getListing
- Specified by:
getListing
in interfaceListingService
- Throws:
IOException
-
getListings
public MultipleListingsResponse getListings(Integer page, Integer perPage, Boolean onlyBarcode, String... listingIds) throws IOException - Specified by:
getListings
in interfaceListingService
- Throws:
IOException
-
deleteListing
- Specified by:
deleteListing
in interfaceListingService
- Throws:
IOException
-