Uses of Class
com.kaltura.client.enums.DropFolderFileStatus
-
Packages that use DropFolderFileStatus Package Description com.kaltura.client.enums com.kaltura.client.services com.kaltura.client.types -
-
Uses of DropFolderFileStatus in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return DropFolderFileStatus Modifier and Type Method Description static DropFolderFileStatusDropFolderFileStatus. get(Integer value)static DropFolderFileStatusDropFolderFileStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DropFolderFileStatus[]DropFolderFileStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DropFolderFileStatus in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type DropFolderFileStatus Modifier and Type Method Description static DropFolderFileService.UpdateStatusDropFolderFileBuilderDropFolderFileService. updateStatus(int dropFolderFileId, DropFolderFileStatus status)Update status of KalturaDropFolderFileConstructors in com.kaltura.client.services with parameters of type DropFolderFileStatus Constructor Description UpdateStatusDropFolderFileBuilder(int dropFolderFileId, DropFolderFileStatus status) -
Uses of DropFolderFileStatus in com.kaltura.client.types
Methods in com.kaltura.client.types that return DropFolderFileStatus Modifier and Type Method Description DropFolderFileStatusDropFolderFile. getStatus()DropFolderFileStatusDropFolderFileBaseFilter. getStatusEqual()Methods in com.kaltura.client.types with parameters of type DropFolderFileStatus Modifier and Type Method Description voidDropFolderFileBaseFilter. setStatusEqual(DropFolderFileStatus statusEqual)
-