Uses of Class
com.kaltura.client.types.GenericDataCenterContentResource
-
Packages that use GenericDataCenterContentResource Package Description com.kaltura.client.services com.kaltura.client.types -
-
Uses of GenericDataCenterContentResource in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type GenericDataCenterContentResource Modifier and Type Method Description static DataService.AddContentDataBuilderDataService. addContent(String entryId, GenericDataCenterContentResource resource)Update the dataContent of data entry using a resourceConstructors in com.kaltura.client.services with parameters of type GenericDataCenterContentResource Constructor Description AddContentDataBuilder(String entryId, GenericDataCenterContentResource resource) -
Uses of GenericDataCenterContentResource in com.kaltura.client.types
Subclasses of GenericDataCenterContentResource in com.kaltura.client.types Modifier and Type Class Description classDropFolderFileResourceUsed to ingest media that dropped through drop folderclassServerFileResourceUsed to ingest media file that is already accessible on the shared disc.classUploadedFileTokenResourceUsed to ingest media that uploaded to the system and represented by token that returned from upload.upload action or uploadToken.add action.
-