All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
MusicVideoCopyright |
copyFrom(MusicVideoCopyright instance) |
MusicVideoCopyright |
fetch() |
static MusicVideoCopyright |
fetchById(Long id,
APIContext context) |
static MusicVideoCopyright |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<MusicVideoCopyright> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<MusicVideoCopyright> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<MusicVideoCopyright> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<MusicVideoCopyright>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
MusicVideoCopyright.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldCreationTime() |
Long |
getFieldDisplayedMatchesCount() |
String |
getFieldId() |
Boolean |
getFieldInConflict() |
String |
getFieldIsrc() |
VideoCopyrightRule |
getFieldMatchRule() |
List<String> |
getFieldOwnershipCountries() |
String |
getFieldReferenceFileStatus() |
String |
getFieldRidgeMonitoringStatus() |
String |
getFieldUpdateTime() |
CopyrightReferenceContainer |
getFieldVideoAsset() |
List<Object> |
getFieldWhitelistedFbUsers() |
List<String> |
getFieldWhitelistedIgUsers() |
String |
getId() |
static APIRequest.ResponseParser<MusicVideoCopyright> |
getParser() |
static MusicVideoCopyright |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<MusicVideoCopyright> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |