Uses of Class
com.kaltura.client.enums.LiveReportType
-
Packages that use LiveReportType Package Description com.kaltura.client.enums com.kaltura.client.services -
-
Uses of LiveReportType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return LiveReportType Modifier and Type Method Description static LiveReportTypeLiveReportType. get(String value)static LiveReportTypeLiveReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static LiveReportType[]LiveReportType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LiveReportType in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type LiveReportType Modifier and Type Method Description static LiveReportsService.GetEventsLiveReportsBuilderLiveReportsService. getEvents(LiveReportType reportType)static LiveReportsService.GetEventsLiveReportsBuilderLiveReportsService. getEvents(LiveReportType reportType, LiveReportInputFilter filter)static LiveReportsService.GetEventsLiveReportsBuilderLiveReportsService. getEvents(LiveReportType reportType, LiveReportInputFilter filter, FilterPager pager)Constructors in com.kaltura.client.services with parameters of type LiveReportType Constructor Description GetEventsLiveReportsBuilder(LiveReportType reportType, LiveReportInputFilter filter, FilterPager pager)
-