Uses of Class
com.kaltura.client.enums.TrackEntryEventType
-
Packages that use TrackEntryEventType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of TrackEntryEventType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return TrackEntryEventType Modifier and Type Method Description static TrackEntryEventTypeTrackEntryEventType. get(Integer value)static TrackEntryEventTypeTrackEntryEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrackEntryEventType[]TrackEntryEventType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TrackEntryEventType in com.kaltura.client.types
Methods in com.kaltura.client.types that return TrackEntryEventType Modifier and Type Method Description TrackEntryEventTypeTrackEntry. getTrackEventType()Methods in com.kaltura.client.types with parameters of type TrackEntryEventType Modifier and Type Method Description voidTrackEntry. setTrackEventType(TrackEntryEventType trackEventType)
-