All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
VideoCopyright |
copyFrom(VideoCopyright instance) |
VideoCopyright.APIRequestDelete |
delete() |
VideoCopyright |
fetch() |
static VideoCopyright |
fetchById(Long id,
APIContext context) |
static VideoCopyright |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<VideoCopyright> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<VideoCopyright> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<VideoCopyright> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<VideoCopyright>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
VideoCopyright.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldContentCategory() |
String |
getFieldCopyrightContentId() |
User |
getFieldCreator() |
List<VideoCopyrightSegment> |
getFieldExcludedOwnershipSegments() |
String |
getFieldId() |
Boolean |
getFieldInConflict() |
String |
getFieldMonitoringStatus() |
String |
getFieldMonitoringType() |
VideoCopyrightGeoGate |
getFieldOwnershipCountries() |
CopyrightReferenceContainer |
getFieldReferenceFile() |
Boolean |
getFieldReferenceFileDisabled() |
Boolean |
getFieldReferenceFileDisabledByOps() |
Boolean |
getFieldReferenceFileExpired() |
String |
getFieldReferenceOwnerId() |
List<VideoCopyrightRule> |
getFieldRuleIds() |
List<String> |
getFieldWhitelistedIds() |
String |
getId() |
static APIRequest.ResponseParser<VideoCopyright> |
getParser() |
static VideoCopyright |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<VideoCopyright> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
VideoCopyright.APIRequestUpdate |
update() |