Uses of Class
com.kaltura.client.enums.FileSyncObjectType
-
Packages that use FileSyncObjectType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of FileSyncObjectType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return FileSyncObjectType Modifier and Type Method Description static FileSyncObjectTypeFileSyncObjectType. get(String value)static FileSyncObjectTypeFileSyncObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileSyncObjectType[]FileSyncObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FileSyncObjectType in com.kaltura.client.types
Methods in com.kaltura.client.types that return FileSyncObjectType Modifier and Type Method Description FileSyncObjectTypeFileSync. getFileObjectType()FileSyncObjectTypeFileSyncBaseFilter. getFileObjectTypeEqual()Methods in com.kaltura.client.types with parameters of type FileSyncObjectType Modifier and Type Method Description voidFileSyncBaseFilter. setFileObjectTypeEqual(FileSyncObjectType fileObjectTypeEqual)
-