Uses of Class
com.kaltura.client.enums.ReportInterval
-
Packages that use ReportInterval Package Description com.kaltura.client.enums com.kaltura.client.services com.kaltura.client.types -
-
Uses of ReportInterval in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return ReportInterval Modifier and Type Method Description static ReportIntervalReportInterval. get(String value)static ReportIntervalReportInterval. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportInterval[]ReportInterval. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReportInterval in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type ReportInterval Modifier and Type Method Description static PartnerService.GetUsagePartnerBuilderPartnerService. getUsage(int year, int month, ReportInterval resolution)Get usage statistics for a partner Calculation is done according to partner's package Additional data returned is a graph points of streaming usage in a time frame The resolution can be "days" or "months"Constructors in com.kaltura.client.services with parameters of type ReportInterval Constructor Description GetUsagePartnerBuilder(int year, int month, ReportInterval resolution) -
Uses of ReportInterval in com.kaltura.client.types
Methods in com.kaltura.client.types that return ReportInterval Modifier and Type Method Description ReportIntervalReportInputFilter. getInterval()Methods in com.kaltura.client.types with parameters of type ReportInterval Modifier and Type Method Description voidReportInputFilter. setInterval(ReportInterval interval)
-