Uses of Class
com.kaltura.client.services.ReportService.GetCsvFromStringParamsReportBuilder
-
Packages that use ReportService.GetCsvFromStringParamsReportBuilder Package Description com.kaltura.client.services -
-
Uses of ReportService.GetCsvFromStringParamsReportBuilder in com.kaltura.client.services
Methods in com.kaltura.client.services that return ReportService.GetCsvFromStringParamsReportBuilder Modifier and Type Method Description static ReportService.GetCsvFromStringParamsReportBuilderReportService. getCsvFromStringParams(long id)static ReportService.GetCsvFromStringParamsReportBuilderReportService. getCsvFromStringParams(long id, String params)static ReportService.GetCsvFromStringParamsReportBuilderReportService. getCsvFromStringParams(long id, String params, String excludedFields)Returns report CSV file executed by string params with the following convention: param1=value1;param2=value2 excludedFields can be supplied comma separated
-