Overview

Summary

ContactDonateImprint


Appendix E-13: HASHTAG (UI prompt)


HashtagHashtagModuleTwitterX

Properties (3)

PropertyTypeEntityReferenceModule
(1) CreatedAtSTRINGHashtag
(2) DescriptionSTRINGHashtag
(3) TagSTRINGHashtag


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /hashtag/{id}findHashtagById(id)HashtagModuleGETHashtag
(2) /tweethashtag/hashtag/{id}findAllTweetHashtagOfHashtag(id)HashtagModuleGETHashtag TweetHashtag
(3) /hashtag/{id}deleteHashtagById(id)HashtagModuleDELETEHashtag
(4) /hashtagfindAllHashtag()HashtagModuleGETHashtag
(5) /hashtag/{id}updateHashtagById(hashtag)HashtagModulePUTHashtag
(6) /hashtaginsertHashtag(hashtag)HashtagModulePOSTHashtag





Example:

final Hashtag hashtag = (Hashtag) invokeModule(HASHTAG_MODULE + "/hashtag/" + id, Hashtag.class);
if (hashtag != null) {
}
return hashtag;


Overview

Summary

ContactDonateImprint