Uses of Class
com.kaltura.client.types.VirusScanProfile
-
Packages that use VirusScanProfile Package Description com.kaltura.client.services -
-
Uses of VirusScanProfile in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type VirusScanProfile Modifier and Type Method Description static VirusScanProfileService.AddVirusScanProfileBuilderVirusScanProfileService. add(VirusScanProfile virusScanProfile)Allows you to add an virus scan profile object and virus scan profile content associated with Kaltura objectstatic VirusScanProfileService.UpdateVirusScanProfileBuilderVirusScanProfileService. update(int virusScanProfileId, VirusScanProfile virusScanProfile)Update existing virus scan profile, it is possible to update the virus scan profile id tooConstructors in com.kaltura.client.services with parameters of type VirusScanProfile Constructor Description AddVirusScanProfileBuilder(VirusScanProfile virusScanProfile)UpdateVirusScanProfileBuilder(int virusScanProfileId, VirusScanProfile virusScanProfile)
-