public class ArtistGigography extends Object
| Constructor and Description |
|---|
ArtistGigography(ArtistGigographyCaller artistGigographyCaller) |
| Modifier and Type | Method and Description |
|---|---|
ApiCaller<ResultsPage<Event>> |
byId(String id) |
ApiCaller<ResultsPage<Event>> |
byId(String id,
Param... params) |
ApiCaller<ResultsPage<Event>> |
byMbid(String mbid) |
ApiCaller<ResultsPage<Event>> |
byMbid(String mbid,
Param... params) |
public ArtistGigography(ArtistGigographyCaller artistGigographyCaller)
public ApiCaller<ResultsPage<Event>> byId(String id)
public ApiCaller<ResultsPage<Event>> byId(String id, Param... params)
public ApiCaller<ResultsPage<Event>> byMbid(String mbid)
public ApiCaller<ResultsPage<Event>> byMbid(String mbid, Param... params)
Copyright © 2017. All rights reserved.