Overview

Summary

ContactDonateImprint


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

ContactDonateImprint