All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
LiveVideo |
copyFrom(LiveVideo instance) |
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() |
APIContext |
getContext() |
Object |
getFieldAdBreakConfig() |
String |
getFieldAdBreakFailureReason() |
String |
getFieldBroadcastStartTime() |
VideoCopyright |
getFieldCopyright() |
String |
getFieldCreationTime() |
String |
getFieldDashIngestUrl() |
String |
getFieldDashPreviewUrl() |
String |
getFieldDescription() |
String |
getFieldEmbedHtml() |
Object |
getFieldFrom() |
String |
getFieldId() |
Boolean |
getFieldIsManualMode() |
Boolean |
getFieldIsReferenceOnly() |
List<Object> |
getFieldLiveEncoders() |
Long |
getFieldLiveViews() |
String |
getFieldPermalinkUrl() |
String |
getFieldPlannedStartTime() |
Long |
getFieldSecondsLeft() |
String |
getFieldSecureStreamUrl() |
String |
getFieldStatus() |
String |
getFieldStreamUrl() |
String |
getFieldTitle() |
Object |
getFieldVideo() |
String |
getId() |
static APIRequest.ResponseParser<LiveVideo> |
getParser() |
static LiveVideo |
loadJSON(String json,
APIContext context) |
static APINodeList<LiveVideo> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |
LiveVideo.APIRequestUpdate |
update() |