Module Mal4J

Class ForumTopicDetail

java.lang.Object
dev.katsute.mal4j.forum.ForumTopicDetail
All Implemented Interfaces:
ID

public abstract class ForumTopicDetail extends Object implements ID
Since:
1.0.0
Version:
2.0.0
Author:
Katsute
See Also:
  • Constructor Details

    • ForumTopicDetail

      public ForumTopicDetail()
  • Method Details

    • getTitle

      public abstract String getTitle()
      Returns the topic title.
      Returns:
      topic title
      Since:
      1.0.0
    • getPosts

      public abstract Post[] getPosts()
      Returns the posts in the topic.
      Returns:
      posts
      Since:
      1.0.0
      See Also:
    • getPoll

      public abstract Poll getPoll()
      Returns the poll in the topic.
      Returns:
      poll
      Since:
      1.0.0
      See Also: