Uses of Class
com.kaltura.client.enums.LiveReportOrderBy
-
Packages that use LiveReportOrderBy Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of LiveReportOrderBy in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return LiveReportOrderBy Modifier and Type Method Description static LiveReportOrderByLiveReportOrderBy. get(String value)static LiveReportOrderByLiveReportOrderBy. valueOf(String name)Returns the enum constant of this type with the specified name.static LiveReportOrderBy[]LiveReportOrderBy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LiveReportOrderBy in com.kaltura.client.types
Methods in com.kaltura.client.types that return LiveReportOrderBy Modifier and Type Method Description LiveReportOrderByLiveReportInputFilter. getOrderBy()Methods in com.kaltura.client.types with parameters of type LiveReportOrderBy Modifier and Type Method Description voidLiveReportInputFilter. setOrderBy(LiveReportOrderBy orderBy)
-