Uses of Class
com.kaltura.client.types.UserEntry
-
Packages that use UserEntry Package Description com.kaltura.client.services com.kaltura.client.types -
-
Uses of UserEntry in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type UserEntry Modifier and Type Method Description static UserEntryService.AddUserEntryBuilderUserEntryService. add(UserEntry userEntry)Adds a user_entry to the Kaltura DB.static UserEntryService.UpdateUserEntryBuilderUserEntryService. update(long id, UserEntry userEntry)Constructors in com.kaltura.client.services with parameters of type UserEntry Constructor Description AddUserEntryBuilder(UserEntry userEntry)UpdateUserEntryBuilder(long id, UserEntry userEntry) -
Uses of UserEntry in com.kaltura.client.types
Subclasses of UserEntry in com.kaltura.client.types Modifier and Type Class Description classQuizUserEntryThis class was generated using generate.php against an XML schema provided by Kaltura.classRegistrationUserEntryThis class was generated using generate.php against an XML schema provided by Kaltura.classViewHistoryUserEntryThis class was generated using generate.php against an XML schema provided by Kaltura.classWatchLaterUserEntryThis class was generated using generate.php against an XML schema provided by Kaltura.
-