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