All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AdVideo |
copyFrom(AdVideo instance) |
AdVideo.APIRequestCreateBlockedUser |
createBlockedUser() |
AdVideo.APIRequestCreateCaption |
createCaption() |
AdVideo.APIRequestCreateComment |
createComment() |
AdVideo.APIRequestCreateLike |
createLike() |
AdVideo.APIRequestCreatePoll |
createPoll() |
AdVideo.APIRequestCreatePollSetting |
createPollSetting() |
AdVideo.APIRequestCreateTag |
createTag() |
AdVideo.APIRequestCreateThumbnail |
createThumbnail() |
AdVideo.APIRequestDelete |
delete() |
AdVideo.APIRequestDeleteCaptions |
deleteCaptions() |
AdVideo.APIRequestDeleteLikes |
deleteLikes() |
AdVideo |
fetch() |
static AdVideo |
fetchById(Long id,
APIContext context) |
static AdVideo |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdVideo> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdVideo> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdVideo> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdVideo>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdVideo.APIRequestGet |
get() |
AdVideo.APIRequestGetAutoGeneratedCaptions |
getAutoGeneratedCaptions() |
AdVideo.APIRequestGetCaptions |
getCaptions() |
AdVideo.APIRequestGetComments |
getComments() |
APIContext |
getContext() |
AdVideo.APIRequestGetCrosspostSharedPages |
getCrosspostSharedPages() |
List<Long> |
getFieldAdBreaks() |
String |
getFieldBackdatedTime() |
String |
getFieldBackdatedTimeGranularity() |
String |
getFieldContentCategory() |
List<String> |
getFieldContentTags() |
VideoCopyright |
getFieldCopyright() |
String |
getFieldCopyrightMonitoringStatus() |
String |
getFieldCreatedTime() |
List<String> |
getFieldCustomLabels() |
String |
getFieldDescription() |
Boolean |
getFieldEmbeddable() |
String |
getFieldEmbedHtml() |
Event |
getFieldEvent() |
Object |
getFieldExpiration() |
List<Object> |
getFieldFormat() |
Object |
getFieldFrom() |
String |
getFieldIcon() |
String |
getFieldId() |
Boolean |
getFieldIsCrosspostingEligible() |
Boolean |
getFieldIsCrosspostVideo() |
Boolean |
getFieldIsEpisode() |
Boolean |
getFieldIsInstagramEligible() |
Boolean |
getFieldIsReferenceOnly() |
Double |
getFieldLength() |
Long |
getFieldLiveAudienceCount() |
String |
getFieldLiveStatus() |
MusicVideoCopyright |
getFieldMusicVideoCopyright() |
String |
getFieldPermalinkUrl() |
String |
getFieldPicture() |
Place |
getFieldPlace() |
String |
getFieldPremiereLivingRoomStatus() |
Privacy |
getFieldPrivacy() |
Boolean |
getFieldPublished() |
String |
getFieldScheduledPublishTime() |
String |
getFieldSource() |
Boolean |
getFieldSpherical() |
Object |
getFieldStatus() |
String |
getFieldTitle() |
String |
getFieldUniversalVideoId() |
String |
getFieldUpdatedTime() |
String |
getId() |
AdVideo.APIRequestGetLikes |
getLikes() |
static APIRequest.ResponseParser<AdVideo> |
getParser() |
AdVideo.APIRequestGetPolls |
getPolls() |
AdVideo.APIRequestGetPollSettings |
getPollSettings() |
AdVideo.APIRequestGetReactions |
getReactions() |
AdVideo.APIRequestGetSharedPosts |
getSharedPosts() |
AdVideo.APIRequestGetSponsorTags |
getSponsorTags() |
AdVideo.APIRequestGetTags |
getTags() |
AdVideo.APIRequestGetThumbnails |
getThumbnails() |
AdVideo.APIRequestGetVideoInsights |
getVideoInsights() |
static AdVideo |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdVideo> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
AdVideo.APIRequestUpdate |
update() |