Package com.kaltura.client.types
Interface LiveStreamScheduleEvent.Tokenizer
-
- All Superinterfaces:
BaseLiveScheduleEvent.Tokenizer,EntryScheduleEvent.Tokenizer,ObjectBase.Tokenizer,ScheduleEvent.Tokenizer
- Enclosing class:
- LiveStreamScheduleEvent
public static interface LiveStreamScheduleEvent.Tokenizer extends BaseLiveScheduleEvent.Tokenizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringisContentInterruptible()RequestBuilder.ListTokenizer<LiveFeature.Tokenizer>liveFeatures()StringpostEndEntryId()StringpostEndTime()StringpreStartEntryId()StringpreStartTime()StringprojectedAudience()StringsourceEntryId()-
Methods inherited from interface com.kaltura.client.types.EntryScheduleEvent.Tokenizer
blackoutConflicts, categoryIds, entryIds, templateEntryId
-
Methods inherited from interface com.kaltura.client.types.ScheduleEvent.Tokenizer
classificationType, comment, contact, createdAt, description, duration, endDate, geoLatitude, geoLongitude, id, linkedBy, linkedTo, location, organizer, ownerId, parentId, partnerId, priority, recurrence, recurrenceType, referenceId, sequence, startDate, status, summary, tags, updatedAt
-
-
-
-
Method Detail
-
sourceEntryId
String sourceEntryId()
-
projectedAudience
String projectedAudience()
-
preStartTime
String preStartTime()
-
postEndTime
String postEndTime()
-
preStartEntryId
String preStartEntryId()
-
postEndEntryId
String postEndEntryId()
-
isContentInterruptible
String isContentInterruptible()
-
liveFeatures
RequestBuilder.ListTokenizer<LiveFeature.Tokenizer> liveFeatures()
-
-