Uses of Class
com.kaltura.client.enums.EntryType
-
Packages that use EntryType Package Description com.kaltura.client.enums com.kaltura.client.services com.kaltura.client.types -
-
Uses of EntryType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return EntryType Modifier and Type Method Description static EntryTypeEntryType. get(String value)static EntryTypeEntryType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntryType[]EntryType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntryType in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type EntryType Modifier and Type Method Description static BaseEntryService.AddBaseEntryBuilderBaseEntryService. add(BaseEntry entry, EntryType type)Generic add entry, should be used when the uploaded entry type is not known.static BaseEntryService.AddFromUploadedFileBaseEntryBuilderBaseEntryService. addFromUploadedFile(BaseEntry entry, String uploadTokenId, EntryType type)Generic add entry using an uploaded file, should be used when the uploaded entry type is not known.Constructors in com.kaltura.client.services with parameters of type EntryType Constructor Description AddBaseEntryBuilder(BaseEntry entry, EntryType type)AddFromUploadedFileBaseEntryBuilder(BaseEntry entry, String uploadTokenId, EntryType type) -
Uses of EntryType in com.kaltura.client.types
Methods in com.kaltura.client.types that return EntryType Modifier and Type Method Description EntryTypeBaseEntry. getType()EntryTypeBaseEntryBaseFilter. getTypeEqual()EntryTypeExportToCsvOptions. getTypeEqual()Methods in com.kaltura.client.types with parameters of type EntryType Modifier and Type Method Description voidBaseEntry. setType(EntryType type)voidBaseEntryBaseFilter. setTypeEqual(EntryType typeEqual)voidExportToCsvOptions. setTypeEqual(EntryType typeEqual)
-