All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
VideoCopyrightRule |
copyFrom(VideoCopyrightRule instance) |
VideoCopyrightRule.APIRequestDelete |
delete() |
VideoCopyrightRule |
fetch() |
static VideoCopyrightRule |
fetchById(Long id,
APIContext context) |
static VideoCopyrightRule |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<VideoCopyrightRule> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<VideoCopyrightRule> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<VideoCopyrightRule> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<VideoCopyrightRule>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
VideoCopyrightRule.APIRequestGet |
get() |
APIContext |
getContext() |
List<VideoCopyrightConditionGroup> |
getFieldConditionGroups() |
List<String> |
getFieldCopyrights() |
String |
getFieldCreatedDate() |
User |
getFieldCreator() |
String |
getFieldId() |
Boolean |
getFieldIsInMigration() |
String |
getFieldName() |
String |
getId() |
static APIRequest.ResponseParser<VideoCopyrightRule> |
getParser() |
static VideoCopyrightRule |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<VideoCopyrightRule> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |