| Package | Description |
|---|---|
| ru.blizzed.opensongkick.methods.calendar | |
| ru.blizzed.opensongkick.methods.gigography | |
| ru.blizzed.opensongkick.methods.search | |
| ru.blizzed.opensongkick.params |
| Modifier and Type | Method and Description |
|---|---|
ApiCaller<ResultsPage<Event>> |
MetroAreaCalendar.byId(String id,
Param... params) |
ApiCaller<ResultsPage<Event>> |
ArtistCalendar.byId(String id,
Param... params) |
ApiCaller<ResultsPage<Event>> |
VenueCalendar.byId(String id,
Param... params) |
ApiCaller<ResultsPage<Event>> |
ArtistCalendar.byMbid(String mbid,
Param... params) |
ApiCaller<ResultsPage<CalendarEntry>> |
UserCalendar.byName(String name,
Param... params) |
ApiCaller<ResultsPage<CalendarEntry>> |
UserCalendar.byNameWithReason(String name,
ReasonParam reason,
Param... params) |
| Modifier and Type | Method and Description |
|---|---|
ApiCaller<ResultsPage<Event>> |
ArtistGigography.byId(String id,
Param... params) |
ApiCaller<ResultsPage<Event>> |
ArtistGigography.byMbid(String mbid,
Param... params) |
ApiCaller<ResultsPage<Event>> |
UserGigography.byName(String username,
Param... params) |
| Modifier and Type | Method and Description |
|---|---|
ApiCaller<ResultsPage<Event>> |
EventSearch.byArtist(String artistName,
Param... params) |
ApiCaller<ResultsPage<Location>> |
LocationSearch.byLocation(LocationParam location,
Param... params) |
ApiCaller<ResultsPage<Event>> |
EventSearch.byLocation(Param location) |
ApiCaller<ResultsPage<Event>> |
EventSearch.byLocation(Param location,
Param... params) |
ApiCaller<ResultsPage<Event>> |
EventSearch.byLocation(Param location,
Param... params) |
ApiCaller<ResultsPage<Artist>> |
ArtistSearch.byName(String name,
Param... params) |
ApiCaller<ResultsPage<Location>> |
LocationSearch.byQuery(String name,
Param... params) |
ApiCaller<ResultsPage<Venue>> |
VenueSearch.byQuery(String query,
Param... params) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientIpLocation |
class |
DateParam |
class |
EnumParam<EnumType extends Enum> |
class |
LocationParam<T> |
class |
OrderParam |
class |
ReasonParam |
class |
TimestampParam |
| Modifier and Type | Field and Description |
|---|---|
static Param<String> |
SongKickParams.ARTIST_NAME |
static Param<Integer> |
SongKickParams.PAGE |
static Param<Integer> |
SongKickParams.PER_PAGE |
static Param<String> |
SongKickParams.QUERY |
static Param<Event.Type> |
SongKickParams.TYPE |
| Modifier and Type | Method and Description |
|---|---|
protected Param<DataType> |
Param.clone() |
Param<DataType> |
Param.of(DataType... data) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
ParamsConverter.asMap(Param... params) |
Copyright © 2017. All rights reserved.