Uses of Class
com.kaltura.client.enums.BeaconIndexType
-
Packages that use BeaconIndexType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of BeaconIndexType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return BeaconIndexType Modifier and Type Method Description static BeaconIndexTypeBeaconIndexType. get(String value)static BeaconIndexTypeBeaconIndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static BeaconIndexType[]BeaconIndexType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BeaconIndexType in com.kaltura.client.types
Methods in com.kaltura.client.types that return BeaconIndexType Modifier and Type Method Description BeaconIndexTypeBeaconEnhanceFilter. getIndexTypeEqual()BeaconIndexTypeBeaconFilter. getIndexTypeEqual()Methods in com.kaltura.client.types with parameters of type BeaconIndexType Modifier and Type Method Description voidBeaconEnhanceFilter. setIndexTypeEqual(BeaconIndexType indexTypeEqual)voidBeaconFilter. setIndexTypeEqual(BeaconIndexType indexTypeEqual)
-