public class EventSearch extends Object
| Constructor and Description |
|---|
EventSearch(EventSearchCaller eventSearchCaller) |
| Modifier and Type | Method and Description |
|---|---|
ApiCaller<ResultsPage<Event>> |
byArtist(String artistName) |
ApiCaller<ResultsPage<Event>> |
byArtist(String artistName,
Param... params) |
ApiCaller<ResultsPage<Event>> |
byLocation(Param location) |
ApiCaller<ResultsPage<Event>> |
byLocation(Param location,
Param... params) |
public EventSearch(EventSearchCaller eventSearchCaller)
public ApiCaller<ResultsPage<Event>> byArtist(String artistName)
public ApiCaller<ResultsPage<Event>> byArtist(String artistName, Param... params)
public ApiCaller<ResultsPage<Event>> byLocation(Param location)
public ApiCaller<ResultsPage<Event>> byLocation(Param location, Param... params)
Copyright © 2017. All rights reserved.