All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
VideoCopyrightMatch |
copyFrom(VideoCopyrightMatch instance) |
VideoCopyrightMatch |
fetch() |
static VideoCopyrightMatch |
fetchById(Long id,
APIContext context) |
static VideoCopyrightMatch |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<VideoCopyrightMatch> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<VideoCopyrightMatch> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<VideoCopyrightMatch> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<VideoCopyrightMatch>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
VideoCopyrightMatch.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldCreatedDate() |
String |
getFieldId() |
User |
getFieldLastModifiedUser() |
List<Object> |
getFieldMatchData() |
String |
getFieldMatchStatus() |
String |
getFieldNotes() |
String |
getFieldPermalink() |
String |
getId() |
static APIRequest.ResponseParser<VideoCopyrightMatch> |
getParser() |
static VideoCopyrightMatch |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<VideoCopyrightMatch> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |