Uses of Class
com.kaltura.client.enums.ESearchEntryFieldName
-
Packages that use ESearchEntryFieldName Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of ESearchEntryFieldName in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return ESearchEntryFieldName Modifier and Type Method Description static ESearchEntryFieldNameESearchEntryFieldName. get(String value)static ESearchEntryFieldNameESearchEntryFieldName. valueOf(String name)Returns the enum constant of this type with the specified name.static ESearchEntryFieldName[]ESearchEntryFieldName. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ESearchEntryFieldName in com.kaltura.client.types
Methods in com.kaltura.client.types that return ESearchEntryFieldName Modifier and Type Method Description ESearchEntryFieldNameESearchEntryItem. getFieldName()Methods in com.kaltura.client.types with parameters of type ESearchEntryFieldName Modifier and Type Method Description voidESearchEntryItem. setFieldName(ESearchEntryFieldName fieldName)
-