Uses of Class
com.kaltura.client.enums.StatsFeatureType
-
Packages that use StatsFeatureType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of StatsFeatureType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return StatsFeatureType Modifier and Type Method Description static StatsFeatureTypeStatsFeatureType. get(Integer value)static StatsFeatureTypeStatsFeatureType. valueOf(String name)Returns the enum constant of this type with the specified name.static StatsFeatureType[]StatsFeatureType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StatsFeatureType in com.kaltura.client.types
Methods in com.kaltura.client.types that return StatsFeatureType Modifier and Type Method Description StatsFeatureTypeStatsEvent. getFeatureType()Methods in com.kaltura.client.types with parameters of type StatsFeatureType Modifier and Type Method Description voidStatsEvent. setFeatureType(StatsFeatureType featureType)
-