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