Package org.oxerr.seatgeek.client.cached
Interface CachedSeatGeekClient
-
public interface CachedSeatGeekClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CachedSeatGeekListingService
getCachedListingService()
org.oxerr.seatgeek.client.SeatGeekClient
getClient()
-
-
-
Method Detail
-
getClient
org.oxerr.seatgeek.client.SeatGeekClient getClient()
-
getCachedListingService
CachedSeatGeekListingService getCachedListingService()
-
-