Uses of Class
com.kaltura.client.enums.ESearchItemType
-
Packages that use ESearchItemType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of ESearchItemType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return ESearchItemType Modifier and Type Method Description static ESearchItemTypeESearchItemType. get(Integer value)static ESearchItemTypeESearchItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static ESearchItemType[]ESearchItemType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ESearchItemType in com.kaltura.client.types
Methods in com.kaltura.client.types that return ESearchItemType Modifier and Type Method Description ESearchItemTypeBeaconAbstractScheduledResourceItem. getItemType()ESearchItemTypeESearchAbstractCategoryItem. getItemType()ESearchItemTypeESearchAbstractEntryItem. getItemType()ESearchItemTypeESearchAbstractGroupItem. getItemType()ESearchItemTypeESearchAbstractUserItem. getItemType()ESearchItemTypeESearchEntryAbstractNestedItem. getItemType()Methods in com.kaltura.client.types with parameters of type ESearchItemType Modifier and Type Method Description voidBeaconAbstractScheduledResourceItem. setItemType(ESearchItemType itemType)voidESearchAbstractCategoryItem. setItemType(ESearchItemType itemType)voidESearchAbstractEntryItem. setItemType(ESearchItemType itemType)voidESearchAbstractGroupItem. setItemType(ESearchItemType itemType)voidESearchAbstractUserItem. setItemType(ESearchItemType itemType)voidESearchEntryAbstractNestedItem. setItemType(ESearchItemType itemType)
-