Uses of Class
com.kaltura.client.enums.BaseEntryMatchAttribute
-
Packages that use BaseEntryMatchAttribute Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of BaseEntryMatchAttribute in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return BaseEntryMatchAttribute Modifier and Type Method Description static BaseEntryMatchAttributeBaseEntryMatchAttribute. get(String value)static BaseEntryMatchAttributeBaseEntryMatchAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseEntryMatchAttribute[]BaseEntryMatchAttribute. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BaseEntryMatchAttribute in com.kaltura.client.types
Methods in com.kaltura.client.types that return BaseEntryMatchAttribute Modifier and Type Method Description BaseEntryMatchAttributeBaseEntryMatchAttributeCondition. getAttribute()Methods in com.kaltura.client.types with parameters of type BaseEntryMatchAttribute Modifier and Type Method Description voidBaseEntryMatchAttributeCondition. setAttribute(BaseEntryMatchAttribute attribute)
-