Package com.kaltura.client.types
Interface BulkUploadResultScheduleEvent.Tokenizer
-
- All Superinterfaces:
BulkUploadResult.Tokenizer,ObjectBase.Tokenizer
- Enclosing class:
- BulkUploadResultScheduleEvent
public static interface BulkUploadResultScheduleEvent.Tokenizer extends BulkUploadResult.Tokenizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcategoryIds()StringcoEditors()StringcontentOwnerId()StringcoPublishers()Stringdescription()Stringduration()StringendTime()StringeventOrganizerId()StringeventType()Stringrecurrence()StringreferenceId()StringresourceId()StringstartTime()Stringtags()StringtemplateEntryId()StringtemplateEntryType()Stringtitle()-
Methods inherited from interface com.kaltura.client.types.BulkUploadResult.Tokenizer
action, bulkUploadJobId, bulkUploadResultObjectType, errorCode, errorDescription, errorType, id, lineIndex, objectErrorDescription, objectId, objectStatus, partnerData, partnerId, pluginsData, rowData, status
-
-
-
-
Method Detail
-
referenceId
String referenceId()
-
templateEntryId
String templateEntryId()
-
eventType
String eventType()
-
title
String title()
-
description
String description()
-
tags
String tags()
-
categoryIds
String categoryIds()
-
resourceId
String resourceId()
-
startTime
String startTime()
-
duration
String duration()
-
endTime
String endTime()
-
recurrence
String recurrence()
-
coEditors
String coEditors()
-
coPublishers
String coPublishers()
-
eventOrganizerId
String eventOrganizerId()
-
contentOwnerId
String contentOwnerId()
-
templateEntryType
String templateEntryType()
-
-