Package com.kaltura.client.types
Class BulkUploadICalJobData
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.JobData
-
- com.kaltura.client.types.BulkUploadJobData
-
- com.kaltura.client.types.BulkUploadScheduleEventJobData
-
- com.kaltura.client.types.BulkUploadICalJobData
-
- All Implemented Interfaces:
ResponseType,Serializable
public class BulkUploadICalJobData extends BulkUploadScheduleEventJobData
Represents the Bulk upload job data for iCal bulk upload- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBulkUploadICalJobData.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description BulkUploadICalJobData()BulkUploadICalJobData(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voideventsType(String multirequestToken)ScheduleEventTypegetEventsType()voidsetEventsType(ScheduleEventType eventsType)ParamstoParams()-
Methods inherited from class com.kaltura.client.types.BulkUploadJobData
emailRecipients, fileName, getBulkUploadObjectType, getConversionProfileId, getEmailRecipients, getFileName, getFilePath, getNumOfEntries, getNumOfErrorObjects, getNumOfObjects, getObjectData, getPrivileges, getResultsFileLocalPath, getResultsFileUrl, getType, getUploadedBy, getUserId, numOfErrorObjects, privileges, setEmailRecipients, setFileName, setNumOfErrorObjects, setPrivileges
-
Methods inherited from class com.kaltura.client.types.ObjectBase
getRelatedObjects, setRelatedObjects, setToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kaltura.client.utils.response.ResponseType
toString
-
-
-
-
Constructor Detail
-
BulkUploadICalJobData
public BulkUploadICalJobData()
-
BulkUploadICalJobData
public BulkUploadICalJobData(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getEventsType
public ScheduleEventType getEventsType()
-
setEventsType
public void setEventsType(ScheduleEventType eventsType)
-
eventsType
public void eventsType(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classBulkUploadScheduleEventJobData
-
-