Uses of Class
com.kaltura.client.types.UserEntryFilter
-
Packages that use UserEntryFilter Package Description com.kaltura.client.services com.kaltura.client.types -
-
Uses of UserEntryFilter in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type UserEntryFilter Modifier and Type Method Description static UserEntryService.BulkDeleteUserEntryBuilderUserEntryService. bulkDelete(UserEntryFilter filter)static UserEntryService.ListUserEntryBuilderUserEntryService. list(UserEntryFilter filter)static UserEntryService.ListUserEntryBuilderUserEntryService. list(UserEntryFilter filter, FilterPager pager)Constructors in com.kaltura.client.services with parameters of type UserEntryFilter Constructor Description BulkDeleteUserEntryBuilder(UserEntryFilter filter)ListUserEntryBuilder(UserEntryFilter filter, FilterPager pager) -
Uses of UserEntryFilter in com.kaltura.client.types
Subclasses of UserEntryFilter in com.kaltura.client.types Modifier and Type Class Description classQuizUserEntryBaseFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classQuizUserEntryFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classRegistrationUserEntryFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classViewHistoryUserEntryFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classWatchLaterUserEntryFilterThis class was generated using generate.php against an XML schema provided by Kaltura.
-