All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
VideoAsset |
copyFrom(VideoAsset instance) |
VideoAsset |
fetch() |
static VideoAsset |
fetchById(Long id,
APIContext context) |
static VideoAsset |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<VideoAsset> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<VideoAsset> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<VideoAsset> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<VideoAsset>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
VideoAsset.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldBroadcastId() |
String |
getFieldBroadcastPlannedStartTime() |
Boolean |
getFieldCanViewerEdit() |
String |
getFieldCopyrightMonitoringStatus() |
String |
getFieldCreatedTime() |
User |
getFieldCreator() |
String |
getFieldDescription() |
String |
getFieldDownloadHdUrl() |
String |
getFieldDownloadSdUrl() |
Boolean |
getFieldEmbeddable() |
Object |
getFieldExpiration() |
String |
getFieldFeedType() |
String |
getFieldId() |
Boolean |
getFieldIsCrosspostingEligible() |
Boolean |
getFieldIsCrosspostingWithinBmEligible() |
Boolean |
getFieldIsCrosspostingWithinBmEnabled() |
Boolean |
getFieldIsEpisode() |
Boolean |
getFieldIsFeatured() |
Boolean |
getFieldIsLivePremiere() |
Boolean |
getFieldIsVideoAsset() |
String |
getFieldLastAddedTime() |
User |
getFieldLatestCreator() |
String |
getFieldLatestOwnedDescription() |
String |
getFieldLatestOwnedTitle() |
Double |
getFieldLength() |
String |
getFieldLiveStatus() |
Boolean |
getFieldNoStory() |
String |
getFieldOwnerName() |
String |
getFieldOwnerPicture() |
String |
getFieldOwnerPostState() |
String |
getFieldPermalinkUrl() |
String |
getFieldPicture() |
Long |
getFieldPostsCount() |
List<String> |
getFieldPostsIds() |
Object |
getFieldPostsStatus() |
String |
getFieldPremiereLivingRoomStatus() |
Boolean |
getFieldPublished() |
String |
getFieldScheduledPublishTime() |
Boolean |
getFieldSecret() |
String |
getFieldSecureStreamUrl() |
Boolean |
getFieldSocialActions() |
VideoStatus |
getFieldStatus() |
String |
getFieldStreamUrl() |
String |
getFieldThumbnailWhileEncoding() |
String |
getFieldTitle() |
Long |
getFieldViews() |
String |
getId() |
VideoAsset.APIRequestGetInsights |
getInsights() |
static APIRequest.ResponseParser<VideoAsset> |
getParser() |
static VideoAsset |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<VideoAsset> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |