Overview

Summary

ContactDonateImprint


Appendix E-3: USER ACCOUNT (UI prompt)


UserAccountUserAccountModuleInstagram

Properties (13)

PropertyTypeEntityReferenceModule
(1) AccountStatusSTRINGUserAccount
(2) BioSTRINGUserAccount
(3) CountrySTRINGUserAccount
(4) CreatedAtDATEUserAccount
(5) DateOfBirthDATEUserAccount
(6) EmailSTRINGUserAccount
(7) FullNameSTRINGUserAccount
(8) IsPrivateBOOLUserAccount
(9) IsVerifiedBOOLUserAccount
(10) PasswordHashSTRINGUserAccount
(11) UpdatedAtDATEUserAccount
(12) UsernameSTRINGUserAccount
(13) WebsiteSTRINGUserAccount


Module Interfaces (30)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /directmessage/sender/{id}findAllDirectMessageOfSender(id)DirectThreadModuleGETUserAccount DirectMessage
(2) /postlike/useraccount/{id}findAllPostLikeOfUserAccount(id)DirectThreadModuleGETUserAccount PostLike
(3) /device/useraccount/{id}findAllDeviceOfUserAccount(id)DirectThreadModuleGETUserAccount Device
(4) /userfeatureflag/useraccount/{id}findAllUserFeatureFlagOfUserAccount(id)FeatureFlagModuleGETUserAccount UserFeatureFlag
(5) /storyview/viewer/{id}findAllStoryViewOfViewer(id)FeatureFlagModuleGETUserAccount StoryView
(6) /followrelation/follower/{id}findAllFollowRelationOfFollower(id)HashtagModuleGETUserAccount FollowRelation
(7) /followrelation/followed/{id}findAllFollowRelationOfFollowed(id)HashtagModuleGETUserAccount FollowRelation
(8) /userhashtagfollow/useraccount/{id}findAllUserHashtagFollowOfUserAccount(id)HashtagModuleGETUserAccount UserHashtagFollow
(9) /userlanguage/useraccount/{id}findAllUserLanguageOfUserAccount(id)LanguageModuleGETUserAccount UserLanguage
(10) /igtvvideo/useraccount/{id}findAllIGTVVideoOfUserAccount(id)LanguageModuleGETUserAccount IGTVVideo
(11) /notification/sourceuser/{id}findAllNotificationOfSourceUser(id)ReelModuleGETUserAccount Notification
(12) /notification/useraccount/{id}findAllNotificationOfUserAccount(id)ReelModuleGETUserAccount Notification
(13) /reel/useraccount/{id}findAllReelOfUserAccount(id)ReelModuleGETUserAccount Reel
(14) /reelview/useraccount/{id}findAllReelViewOfUserAccount(id)ReelModuleGETUserAccount ReelView
(15) /posttag/taggeduser/{id}findAllPostTagOfTaggedUser(id)SavedCollectionModuleGETUserAccount PostTag
(16) /savedcollection/useraccount/{id}findAllSavedCollectionOfUserAccount(id)SavedCollectionModuleGETUserAccount SavedCollection
(17) /story/useraccount/{id}findAllStoryOfUserAccount(id)StoryModuleGETUserAccount Story
(18) /report/reporter/{id}findAllReportOfReporter(id)StoryModuleGETUserAccount Report
(19) /report/reporteduser/{id}findAllReportOfReportedUser(id)StoryModuleGETUserAccount Report
(20) /archiveitem/useraccount/{id}findAllArchiveItemOfUserAccount(id)StoryModuleGETUserAccount ArchiveItem
(21) /comment/useraccount/{id}findAllCommentOfUserAccount(id)StoryModuleGETUserAccount Comment
(22) /useraccount/{id}findUserAccountById(id)UserAccountModuleGETUserAccount
(23) /post/useraccount/{id}findAllPostOfUserAccount(id)UserAccountModuleGETUserAccount Post
(24) /useraccountfindAllUserAccount()UserAccountModuleGETUserAccount
(25) /reellike/useraccount/{id}findAllReelLikeOfUserAccount(id)UserAccountModuleGETUserAccount ReelLike
(26) /directthreadparticipant/useraccount/{id}findAllDirectThreadParticipantOfUserAccount(id)UserAccountModuleGETUserAccount DirectThreadParticipant
(27) /useraccount/{id}deleteUserAccountById(id)UserAccountModuleDELETEUserAccount
(28) /useraccount/{id}updateUserAccountById(useraccount)UserAccountModulePUTUserAccount
(29) /useraccountinsertUserAccount(useraccount)UserAccountModulePOSTUserAccount
(30) /commentlike/useraccount/{id}findAllCommentLikeOfUserAccount(id)UserAccountModuleGETUserAccount CommentLike





Example:

final UserAccount useraccount = (UserAccount) invokeModule(USER_ACCOUNT_MODULE + "/useraccount/" + id, UserAccount.class);
if (useraccount != null) {
}
return useraccount;


Overview

Summary

ContactDonateImprint