All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
AudioIsrc |
copyFrom(AudioIsrc instance) |
AudioIsrc |
fetch() |
static AudioIsrc |
fetchById(Long id,
APIContext context) |
static AudioIsrc |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AudioIsrc> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AudioIsrc> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AudioIsrc> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AudioIsrc>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AudioIsrc.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAllKgFeaturedArtists() |
String |
getFieldAllKgMainArtists() |
String |
getFieldArtistProfilePictureUrl() |
String |
getFieldId() |
String |
getFieldIsrc() |
Object |
getFieldPublishingRightsData() |
String |
getFieldTopSearchableArtistId() |
String |
getFieldTopSearchableArtistName() |
String |
getFieldTopSearchableArtistProfilePicUrl() |
String |
getId() |
static APIRequest.ResponseParser<AudioIsrc> |
getParser() |
static AudioIsrc |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AudioIsrc> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |