Uses of Class
com.kaltura.client.enums.LiveReportExportType
-
Packages that use LiveReportExportType Package Description com.kaltura.client.enums com.kaltura.client.services -
-
Uses of LiveReportExportType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return LiveReportExportType Modifier and Type Method Description static LiveReportExportTypeLiveReportExportType. get(Integer value)static LiveReportExportTypeLiveReportExportType. valueOf(String name)Returns the enum constant of this type with the specified name.static LiveReportExportType[]LiveReportExportType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LiveReportExportType in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type LiveReportExportType Modifier and Type Method Description static LiveReportsService.ExportToCsvLiveReportsBuilderLiveReportsService. exportToCsv(LiveReportExportType reportType, LiveReportExportParams params)Constructors in com.kaltura.client.services with parameters of type LiveReportExportType Constructor Description ExportToCsvLiveReportsBuilder(LiveReportExportType reportType, LiveReportExportParams params_)
-