Uses of Class
io.meeds.gamification.twitter.model.Tweet
Packages that use Tweet
Package
Description
-
Uses of Tweet in io.meeds.gamification.twitter.model
Methods in io.meeds.gamification.twitter.model that return Tweet -
Uses of Tweet in io.meeds.gamification.twitter.service
Methods in io.meeds.gamification.twitter.service that return TweetModifier and TypeMethodDescriptionTwitterService.addTweetToWatch(String tweetLink) Add watched Tweet.TwitterService.getTweetByLink(String tweetLink) Retrieves a watched tweet identified by its linkMethods in io.meeds.gamification.twitter.service that return types with arguments of type Tweet -
Uses of Tweet in io.meeds.gamification.twitter.service.impl
Methods in io.meeds.gamification.twitter.service.impl that return TweetModifier and TypeMethodDescriptionTwitterServiceImpl.addTweetToWatch(String tweetLink) TwitterServiceImpl.getTweetByLink(String tweetLink) Methods in io.meeds.gamification.twitter.service.impl that return types with arguments of type Tweet -
Uses of Tweet in io.meeds.gamification.twitter.storage
Methods in io.meeds.gamification.twitter.storage that return TweetModifier and TypeMethodDescriptionTwitterTweetStorage.addTweetToWatch(Tweet tweet) TwitterTweetStorage.deleteTweet(long tweetId) TwitterTweetStorage.getTweetById(Long tweetId) TwitterTweetStorage.getTweetByLink(String tweetLink) TwitterTweetStorage.updateTweetReactions(long tweetId, Set<String> likers, Set<String> retweeters) Methods in io.meeds.gamification.twitter.storage with parameters of type Tweet -
Uses of Tweet in io.meeds.gamification.twitter.storage.mapper
Methods in io.meeds.gamification.twitter.storage.mapper that return TweetModifier and TypeMethodDescriptionstatic TweetTwitterTweetMapper.fromEntity(TwitterTweetEntity twitterTweetEntity) Methods in io.meeds.gamification.twitter.storage.mapper with parameters of type Tweet