Overview

Summary

ServicesContactDonateAboutImprint


Appendix E-29: USER (UI prompt)


UserUserModuleYouTubeCom

Properties (11)

PropertyTypeEntityReferenceModule
(1) AvatarUrlSTRINGUser
(2) CountrySTRINGUser
(3) CreatedAtDATEUser
(4) DisplayNameSTRINGUser
(5) EmailSTRINGUser
(6) HandleSTRINGUser
(7) IsVerifiedBOOLUser
(8) LanguageSTRINGUser
(9) PasswordHashSTRINGUser
(10) StatusSTRINGUser
(11) UpdatedAtDATEUser


Module Interfaces (29)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /blockeduser/blockeruser/{id}findAllBlockedUserOfBlockerUser(id)AdModuleGETUser BlockedUser
(2) /blockeduser/blockeduser/{id}findAllBlockedUserOfBlockedUser(id)AdModuleGETUser BlockedUser
(3) /playlistvideo/addedbyuser/{id}findAllPlaylistVideoOfAddedByUser(id)CategoryModuleGETUser PlaylistVideo
(4) /notification/user/{id}findAllNotificationOfUser(id)CategoryModuleGETUser Notification
(5) /userfeeditem/user/{id}findAllUserFeedItemOfUser(id)ChannelModuleGETUser UserFeedItem
(6) /channel/owneruser/{id}findAllChannelOfOwnerUser(id)ChannelModuleGETUser Channel
(7) /subscription/subscriberuser/{id}findAllSubscriptionOfSubscriberUser(id)ChannelModuleGETUser Subscription
(8) /userprofile/user/{id}findAllUserProfileOfUser(id)CommentModuleGETUser UserProfile
(9) /commentlike/user/{id}findAllCommentLikeOfUser(id)CommentModuleGETUser CommentLike
(10) /comment/user/{id}findAllCommentOfUser(id)CommentModuleGETUser Comment
(11) /usersession/user/{id}findAllUserSessionOfUser(id)DeviceModuleGETUser UserSession
(12) /videoview/user/{id}findAllVideoViewOfUser(id)DeviceModuleGETUser VideoView
(13) /userfavorite/user/{id}findAllUserFavoriteOfUser(id)DeviceModuleGETUser UserFavorite
(14) /livechatmessage/user/{id}findAllLiveChatMessageOfUser(id)LiveStreamModuleGETUser LiveChatMessage
(15) /userinsertUser(user)UserModulePOSTUser
(16) /user/{id}findUserById(id)UserModuleGETUser
(17) /commentreport/reporteruser/{id}findAllCommentReportOfReporterUser(id)UserModuleGETUser CommentReport
(18) /user/{id}updateUserById(user)UserModulePUTUser
(19) /user/{id}deleteUserById(id)UserModuleDELETEUser
(20) /watchlater/user/{id}findAllWatchLaterOfUser(id)UserModuleGETUser WatchLater
(21) /commentreport/resolvedbyuser/{id}findAllCommentReportOfResolvedByUser(id)UserModuleGETUser CommentReport
(22) /channelmember/user/{id}findAllChannelMemberOfUser(id)UserModuleGETUser ChannelMember
(23) /userfindAllUser()UserModuleGETUser
(24) /searchquery/user/{id}findAllSearchQueryOfUser(id)UserModuleGETUser SearchQuery
(25) /adimpression/user/{id}findAllAdImpressionOfUser(id)UserModuleGETUser AdImpression
(26) /videoreport/resolvedbyuser/{id}findAllVideoReportOfResolvedByUser(id)VideoModuleGETUser VideoReport
(27) /watchhistory/user/{id}findAllWatchHistoryOfUser(id)VideoModuleGETUser WatchHistory
(28) /videoreport/reporteruser/{id}findAllVideoReportOfReporterUser(id)VideoModuleGETUser VideoReport
(29) /videolike/user/{id}findAllVideoLikeOfUser(id)VideoModuleGETUser VideoLike





Example:

final User user = (User) invokeModule(USER_MODULE + "/user/" + id, User.class);
if (user != null) {
}
return user;


Overview

Summary

ServicesContactDonateAboutImprint