Class FavoriteLink

    • Constructor Detail

      • FavoriteLink

        public FavoriteLink​(String id)
    • Method Detail

      • getRelated

        public IModel<?> getRelated()
        Returns:
        the related
      • getTweetId

        public IModel<?> getTweetId()
        Returns:
        the tweetId
      • setRelated

        public <C extends Serializable> void setRelated​(Collection<C> related)
        Suggest accounts related to the your content.
        Parameters:
        related - the related to set
      • setRelated

        public void setRelated​(IModel<?> related)
        Suggest accounts related to the your content.
        Parameters:
        related - the related to set
      • setTweetId

        public void setTweetId​(IModel<?> tweetId)
        Every Tweet is identified by an ID. You can find this value from the API or by viewing the permalink page for any Tweet, usually accessible by clicking on the "published at" date of a tweet.
        Parameters:
        tweetId - the tweetId to set
      • setTweetId

        public void setTweetId​(String tweetId)
        Every Tweet is identified by an ID. You can find this value from the API or by viewing the permalink page for any Tweet, usually accessible by clicking on the "published at" date of a tweet.
        Parameters:
        tweetId - the tweetId to set