All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
LiveVideo |
copyFrom(LiveVideo instance) |
LiveVideo.APIRequestCreateInputStream |
createInputStream() |
LiveVideo.APIRequestCreatePoll |
createPoll() |
LiveVideo.APIRequestDelete |
delete() |
LiveVideo |
fetch() |
static LiveVideo |
fetchById(Long id,
APIContext context) |
static LiveVideo |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<LiveVideo> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<LiveVideo> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<LiveVideo> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<LiveVideo>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
LiveVideo.APIRequestGet |
get() |
LiveVideo.APIRequestGetBlockedUsers |
getBlockedUsers() |
LiveVideo.APIRequestGetComments |
getComments() |
APIContext |
getContext() |
LiveVideo.APIRequestGetCrosspostedBroadcasts |
getCrosspostedBroadcasts() |
LiveVideo.APIRequestGetCrosspostSharedPages |
getCrosspostSharedPages() |
LiveVideo.APIRequestGetErrors |
getErrors() |
LiveVideoAdBreakConfig |
getFieldAdBreakConfig() |
String |
getFieldAdBreakFailureReason() |
String |
getFieldBroadcastStartTime() |
VideoCopyright |
getFieldCopyright() |
String |
getFieldCreationTime() |
String |
getFieldDashIngestUrl() |
String |
getFieldDashPreviewUrl() |
String |
getFieldDescription() |
Object |
getFieldEmbedHtml() |
Object |
getFieldFrom() |
String |
getFieldId() |
List<LiveVideoInputStream> |
getFieldIngestStreams() |
Boolean |
getFieldIsManualMode() |
Boolean |
getFieldIsReferenceOnly() |
Long |
getFieldLiveViews() |
String |
getFieldOverlayUrl() |
Object |
getFieldPermalinkUrl() |
String |
getFieldPlannedStartTime() |
LiveVideoRecommendedEncoderSettings |
getFieldRecommendedEncoderSettings() |
Long |
getFieldSecondsLeft() |
String |
getFieldSecureStreamUrl() |
String |
getFieldStatus() |
String |
getFieldStreamUrl() |
LiveVideoTargeting |
getFieldTargeting() |
String |
getFieldTitle() |
String |
getFieldTotalViews() |
AdVideo |
getFieldVideo() |
String |
getId() |
static APIRequest.ResponseParser<LiveVideo> |
getParser() |
LiveVideo.APIRequestGetPolls |
getPolls() |
LiveVideo.APIRequestGetReactions |
getReactions() |
static LiveVideo |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<LiveVideo> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
LiveVideo.APIRequestUpdate |
update() |