Package com.kaltura.client.services
Class LiveReportsService
- java.lang.Object
-
- com.kaltura.client.services.LiveReportsService
-
public class LiveReportsService extends Object
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLiveReportsService.ExportToCsvLiveReportsBuilderstatic classLiveReportsService.GetEventsLiveReportsBuilderstatic classLiveReportsService.ServeReportLiveReportsBuilder
-
Constructor Summary
Constructors Constructor Description LiveReportsService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LiveReportsService.ExportToCsvLiveReportsBuilderexportToCsv(LiveReportExportType reportType, LiveReportExportParams params)static LiveReportsService.GetEventsLiveReportsBuildergetEvents(LiveReportType reportType)static LiveReportsService.GetEventsLiveReportsBuildergetEvents(LiveReportType reportType, LiveReportInputFilter filter)static LiveReportsService.GetEventsLiveReportsBuildergetEvents(LiveReportType reportType, LiveReportInputFilter filter, FilterPager pager)static LiveReportsService.ServeReportLiveReportsBuilderserveReport(String id)Will serve a requested report
-
-
-
Method Detail
-
exportToCsv
public static LiveReportsService.ExportToCsvLiveReportsBuilder exportToCsv(LiveReportExportType reportType, LiveReportExportParams params)
-
getEvents
public static LiveReportsService.GetEventsLiveReportsBuilder getEvents(LiveReportType reportType)
-
getEvents
public static LiveReportsService.GetEventsLiveReportsBuilder getEvents(LiveReportType reportType, LiveReportInputFilter filter)
-
getEvents
public static LiveReportsService.GetEventsLiveReportsBuilder getEvents(LiveReportType reportType, LiveReportInputFilter filter, FilterPager pager)
-
serveReport
public static LiveReportsService.ServeReportLiveReportsBuilder serveReport(String id)
Will serve a requested report- Parameters:
id- - the requested id
-
-