All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AdAssetFeedSpecVideo |
copyFrom(AdAssetFeedSpecVideo instance) |
AdAssetFeedSpecVideo |
fetch() |
static AdAssetFeedSpecVideo |
fetchById(Long id,
APIContext context) |
static AdAssetFeedSpecVideo |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdAssetFeedSpecVideo> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdAssetFeedSpecVideo> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdAssetFeedSpecVideo> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdAssetFeedSpecVideo>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdAssetFeedSpecVideo.APIRequestGet |
get() |
APIContext |
getContext() |
List<AdAssetFeedSpecAssetLabel> |
getFieldAdlabels() |
List<String> |
getFieldCaptionIds() |
String |
getFieldId() |
String |
getFieldThumbnailHash() |
String |
getFieldThumbnailUrl() |
String |
getFieldUrlTags() |
String |
getFieldVideoId() |
String |
getId() |
static APIRequest.ResponseParser<AdAssetFeedSpecVideo> |
getParser() |
static AdAssetFeedSpecVideo |
loadJSON(String json,
APIContext context) |
static APINodeList<AdAssetFeedSpecVideo> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |