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