Uses of Class
org.oxerr.seatgeek.client.model.response.MultipleListingsResponse
Packages that use MultipleListingsResponse
Package
Description
Client services.
Client implementations by ResCU.
-
Uses of MultipleListingsResponse in org.oxerr.seatgeek.client
Methods in org.oxerr.seatgeek.client that return MultipleListingsResponseModifier and TypeMethodDescriptionListingService.getListings(Integer page, Integer perPage, Boolean onlyBarcode, String... listingIds) -
Uses of MultipleListingsResponse in org.oxerr.seatgeek.client.rescu
Methods in org.oxerr.seatgeek.client.rescu that return MultipleListingsResponseModifier and TypeMethodDescriptionListingResource.getListings(String listingIds, Integer onlyBarcode, Integer page, Integer perPage) Retrieves multiple listings at once.ListingServiceImpl.getListings(Integer page, Integer perPage, Boolean onlyBarcode, String... listingIds)