Uses of Class
com.kaltura.client.enums.EntryDisplayInSearchType
-
Packages that use EntryDisplayInSearchType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of EntryDisplayInSearchType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return EntryDisplayInSearchType Modifier and Type Method Description static EntryDisplayInSearchTypeEntryDisplayInSearchType. get(Integer value)static EntryDisplayInSearchTypeEntryDisplayInSearchType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntryDisplayInSearchType[]EntryDisplayInSearchType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntryDisplayInSearchType in com.kaltura.client.types
Methods in com.kaltura.client.types that return EntryDisplayInSearchType Modifier and Type Method Description EntryDisplayInSearchTypeBaseEntry. getDisplayInSearch()Methods in com.kaltura.client.types with parameters of type EntryDisplayInSearchType Modifier and Type Method Description voidBaseEntry. setDisplayInSearch(EntryDisplayInSearchType displayInSearch)
-