Class OwnedTopic


  • public class OwnedTopic
    extends Object
    Topic created by the current authenticated user
    • Constructor Detail

      • OwnedTopic

        public OwnedTopic()
    • Method Detail

      • getId

        public String getId()
        Returns the topic ID.
      • getTitle

        public String getTitle()
        Returns the title.
      • getDescription

        public String getDescription()
        Returns the plain text excerpt.
      • getBody

        public String getBody()
        Returns the Markdown body.
      • getAuthor

        public TopicAuthor getAuthor()
        Returns the author.
      • getTickers

        public String[] getTickers()
        Returns the related stock tickers.
      • getHashtags

        public String[] getHashtags()
        Returns the hashtag names.
      • getImages

        public TopicImage[] getImages()
        Returns the images.
      • getLikesCount

        public int getLikesCount()
        Returns the likes count.
      • getCommentsCount

        public int getCommentsCount()
        Returns the comments count.
      • getViewsCount

        public int getViewsCount()
        Returns the views count.
      • getSharesCount

        public int getSharesCount()
        Returns the shares count.
      • getTopicType

        public String getTopicType()
        Returns the content type: "article" or "post".
      • getDetailUrl

        public String getDetailUrl()
        Returns the URL to the full topic page.
      • getCreatedAt

        public OffsetDateTime getCreatedAt()
        Returns the created time.
      • getUpdatedAt

        public OffsetDateTime getUpdatedAt()
        Returns the updated time.