Class

com.amarjanica.discourse.api.models

SearchResponseTopic

Related Doc: package models

Permalink

case class SearchResponseTopic(id: Long, title: String, fancyTitle: String, slug: String, postsCount: Int, replyCount: Int, highestPostNumber: Int, imageUrl: String, createdAt: OffsetDateTime, lastPostedAt: OffsetDateTime, bumped: Boolean, bumpedAt: OffsetDateTime, unseen: Boolean, pinned: Boolean, unpinned: Boolean, visible: Boolean, closed: Boolean, archived: Boolean, bookmarked: Boolean, liked: Option[Boolean] = None, views: Int, likeCount: Int, hasSummary: Boolean, archetype: String, lastPosterUsername: Option[String] = None, categoryId: Option[Int] = None, pinnedGlobally: Boolean, tags: Array[String], hasAcceptedAnswer: Boolean) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SearchResponseTopic
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SearchResponseTopic(id: Long, title: String, fancyTitle: String, slug: String, postsCount: Int, replyCount: Int, highestPostNumber: Int, imageUrl: String, createdAt: OffsetDateTime, lastPostedAt: OffsetDateTime, bumped: Boolean, bumpedAt: OffsetDateTime, unseen: Boolean, pinned: Boolean, unpinned: Boolean, visible: Boolean, closed: Boolean, archived: Boolean, bookmarked: Boolean, liked: Option[Boolean] = None, views: Int, likeCount: Int, hasSummary: Boolean, archetype: String, lastPosterUsername: Option[String] = None, categoryId: Option[Int] = None, pinnedGlobally: Boolean, tags: Array[String], hasAcceptedAnswer: Boolean)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from SearchResponseTopic to any2stringadd[SearchResponseTopic] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SearchResponseTopic, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SearchResponseTopic to ArrowAssoc[SearchResponseTopic] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val archetype: String

    Permalink
  7. val archived: Boolean

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val bookmarked: Boolean

    Permalink
  10. val bumped: Boolean

    Permalink
  11. val bumpedAt: OffsetDateTime

    Permalink
  12. val categoryId: Option[Int]

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val closed: Boolean

    Permalink
  15. val createdAt: OffsetDateTime

    Permalink
  16. def ensuring(cond: (SearchResponseTopic) ⇒ Boolean, msg: ⇒ Any): SearchResponseTopic

    Permalink
    Implicit information
    This member is added by an implicit conversion from SearchResponseTopic to Ensuring[SearchResponseTopic] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (SearchResponseTopic) ⇒ Boolean): SearchResponseTopic

    Permalink
    Implicit information
    This member is added by an implicit conversion from SearchResponseTopic to Ensuring[SearchResponseTopic] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): SearchResponseTopic

    Permalink
    Implicit information
    This member is added by an implicit conversion from SearchResponseTopic to Ensuring[SearchResponseTopic] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): SearchResponseTopic

    Permalink
    Implicit information
    This member is added by an implicit conversion from SearchResponseTopic to Ensuring[SearchResponseTopic] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. val fancyTitle: String

    Permalink
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from SearchResponseTopic to StringFormat[SearchResponseTopic] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. val hasAcceptedAnswer: Boolean

    Permalink
  26. val hasSummary: Boolean

    Permalink
  27. val highestPostNumber: Int

    Permalink
  28. val id: Long

    Permalink
  29. val imageUrl: String

    Permalink
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. val lastPostedAt: OffsetDateTime

    Permalink
  32. val lastPosterUsername: Option[String]

    Permalink
  33. val likeCount: Int

    Permalink
  34. val liked: Option[Boolean]

    Permalink
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. val pinned: Boolean

    Permalink
  39. val pinnedGlobally: Boolean

    Permalink
  40. val postsCount: Int

    Permalink
  41. val replyCount: Int

    Permalink
  42. val slug: String

    Permalink
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. val tags: Array[String]

    Permalink
  45. val title: String

    Permalink
  46. val unpinned: Boolean

    Permalink
  47. val unseen: Boolean

    Permalink
  48. val views: Int

    Permalink
  49. val visible: Boolean

    Permalink
  50. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def [B](y: B): (SearchResponseTopic, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SearchResponseTopic to ArrowAssoc[SearchResponseTopic] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from SearchResponseTopic to any2stringadd[SearchResponseTopic]

Inherited by implicit conversion StringFormat from SearchResponseTopic to StringFormat[SearchResponseTopic]

Inherited by implicit conversion Ensuring from SearchResponseTopic to Ensuring[SearchResponseTopic]

Inherited by implicit conversion ArrowAssoc from SearchResponseTopic to ArrowAssoc[SearchResponseTopic]

Ungrouped