Uses of Class
org.oxerr.seatgeek.client.model.response.Listing
-
Packages that use Listing Package Description org.oxerr.seatgeek.client.model.response -
-
Uses of Listing in org.oxerr.seatgeek.client.model.response
Methods in org.oxerr.seatgeek.client.model.response that return Listing Modifier and Type Method Description Listing
SingleListingResponse. getListing()
Methods in org.oxerr.seatgeek.client.model.response that return types with arguments of type Listing Modifier and Type Method Description List<Listing>
MultipleListingsResponse. getListings()
Methods in org.oxerr.seatgeek.client.model.response with parameters of type Listing Modifier and Type Method Description void
SingleListingResponse. setListing(Listing listing)
Method parameters in org.oxerr.seatgeek.client.model.response with type arguments of type Listing Modifier and Type Method Description void
MultipleListingsResponse. setListings(List<Listing> listings)
-