Package com.kaltura.client.types
Interface EntryScheduleEvent.Tokenizer
-
- All Superinterfaces:
ObjectBase.Tokenizer,ScheduleEvent.Tokenizer
- All Known Subinterfaces:
BaseLiveScheduleEvent.Tokenizer,LiveRedirectScheduleEvent.Tokenizer,LiveStreamScheduleEvent.Tokenizer,MeetingScheduleEvent.Tokenizer,RecordScheduleEvent.Tokenizer,VodScheduleEvent.Tokenizer
- Enclosing class:
- EntryScheduleEvent
public static interface EntryScheduleEvent.Tokenizer extends ScheduleEvent.Tokenizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestBuilder.ListTokenizer<ScheduleEvent.Tokenizer>blackoutConflicts()StringcategoryIds()StringentryIds()StringtemplateEntryId()-
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
-
templateEntryId
String templateEntryId()
-
entryIds
String entryIds()
-
categoryIds
String categoryIds()
-
blackoutConflicts
RequestBuilder.ListTokenizer<ScheduleEvent.Tokenizer> blackoutConflicts()
-
-