com.orrsella.tumblr4s.model

ChatPost

class ChatPost extends Post

A chat post

Linear Supertypes
Post, TumblrObject, Printable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ChatPost
  2. Post
  3. TumblrObject
  4. Printable
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ChatPost(blogName: Option[String], id: Long, postUrl: String, slug: String, type: String, timestamp: Int, date: String, format: String, reblogKey: String, tags: Seq[String], featuredInTag: Option[Seq[String]], highlighted: Option[Highlight], noteCount: Option[Int], bookmarklet: Option[Boolean], mobile: Option[Boolean], sourceUrl: Option[String], sourceTitle: Option[String], liked: Option[Boolean], state: String, rebloggedFromId: Option[Int], rebloggedFromUrl: Option[String], rebloggedFromName: Option[String], rebloggedFromTitle: Option[String], rebloggedRootUrl: Option[String], rebloggedRootName: Option[String], rebloggedRootTitle: Option[String], notes: Option[Seq[Note]], title: Option[String], body: Option[String], dialogue: Option[Seq[DialogPart]])

    blogName

    The short name used to uniquely identify a blog

    id

    The post's unique ID

    postUrl

    The location of the post

    slug

    The short text summary at the end of the post URL

    type

    The type of post

    timestamp

    The time of the post, in seconds since the epoch

    date

    The GMT date and time of the post, as a string

    format

    The post format: html or markdown

    reblogKey

    The key used to reblog this post

    tags

    Tags applied to the post

    featuredInTag

    The tags a post has been featured in

    highlighted

    Whether a post has been highlighted or not

    noteCount

    The number of notes a post has

    bookmarklet

    Indicates whether the post was created via the Tumblr bookmarklet

    mobile

    Indicates whether the post was created via mobile/email publishing

    sourceUrl

    The URL for the source of the content (for quotes, reblogs, etc.)

    sourceTitle

    The title of the source site

    liked

    Indicates if a user has already liked a post or not

    state

    Indicates the current state of the post

    rebloggedFromId

    The id of the post being reblogged

    rebloggedFromUrl

    The url of the post being reblogged

    rebloggedFromName

    The name of the blog who's post is being reblogged

    rebloggedFromTitle

    The title of the blog who's post is being reblogged

    rebloggedRootUrl

    The url of the original post that was reblogged

    rebloggedRootName

    The name of the original blog who's post was reblogged

    rebloggedRootTitle

    The title of the original blog who's post was reblogged

    notes

    The notes attached to this blog post

    title

    The optional title of the post

    body

    The full chat body

    dialogue

    Sequence of chat messages (DialogParts)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val blogName: Option[String]

    The short name used to uniquely identify a blog

    The short name used to uniquely identify a blog

    Definition Classes
    ChatPostPost
  8. val body: Option[String]

    The full chat body

  9. val bookmarklet: Option[Boolean]

    Indicates whether the post was created via the Tumblr bookmarklet

    Indicates whether the post was created via the Tumblr bookmarklet

    Definition Classes
    ChatPostPost
  10. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. val date: String

    The GMT date and time of the post, as a string

    The GMT date and time of the post, as a string

    Definition Classes
    ChatPostPost
  12. val dialogue: Option[Seq[DialogPart]]

    Sequence of chat messages (DialogParts)

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. val featuredInTag: Option[Seq[String]]

    The tags a post has been featured in

    The tags a post has been featured in

    Definition Classes
    ChatPostPost
  16. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. val format: String

    The post format: html or markdown

    The post format: html or markdown

    Definition Classes
    ChatPostPost
  18. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. val highlighted: Option[Highlight]

    Whether a post has been highlighted or not

    Whether a post has been highlighted or not

    Definition Classes
    ChatPostPost
  21. val id: Long

    The post's unique ID

    The post's unique ID

    Definition Classes
    ChatPostPost
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. val liked: Option[Boolean]

    Indicates if a user has already liked a post or not

    Indicates if a user has already liked a post or not

    Definition Classes
    ChatPostPost
  24. val mobile: Option[Boolean]

    Indicates whether the post was created via mobile/email publishing

    Indicates whether the post was created via mobile/email publishing

    Definition Classes
    ChatPostPost
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. val noteCount: Option[Int]

    The number of notes a post has

    The number of notes a post has

    Definition Classes
    ChatPostPost
  27. val notes: Option[Seq[Note]]

    The notes attached to this blog post

    The notes attached to this blog post

    Definition Classes
    ChatPostPost
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. val postUrl: String

    The location of the post

    The location of the post

    Definition Classes
    ChatPostPost
  31. val reblogKey: String

    The key used to reblog this post

    The key used to reblog this post

    Definition Classes
    ChatPostPost
  32. val rebloggedFromId: Option[Int]

    The id of the post being reblogged

    The id of the post being reblogged

    Definition Classes
    ChatPostPost
  33. val rebloggedFromName: Option[String]

    The name of the blog who's post is being reblogged

    The name of the blog who's post is being reblogged

    Definition Classes
    ChatPostPost
  34. val rebloggedFromTitle: Option[String]

    The title of the blog who's post is being reblogged

    The title of the blog who's post is being reblogged

    Definition Classes
    ChatPostPost
  35. val rebloggedFromUrl: Option[String]

    The url of the post being reblogged

    The url of the post being reblogged

    Definition Classes
    ChatPostPost
  36. val rebloggedRootName: Option[String]

    The name of the original blog who's post was reblogged

    The name of the original blog who's post was reblogged

    Definition Classes
    ChatPostPost
  37. val rebloggedRootTitle: Option[String]

    The title of the original blog who's post was reblogged

    The title of the original blog who's post was reblogged

    Definition Classes
    ChatPostPost
  38. val rebloggedRootUrl: Option[String]

    The url of the original post that was reblogged

    The url of the original post that was reblogged

    Definition Classes
    ChatPostPost
  39. val slug: String

    The short text summary at the end of the post URL

    The short text summary at the end of the post URL

    Definition Classes
    ChatPostPost
  40. val sourceTitle: Option[String]

    The title of the source site

    The title of the source site

    Definition Classes
    ChatPostPost
  41. val sourceUrl: Option[String]

    The URL for the source of the content (for quotes, reblogs, etc.

    The URL for the source of the content (for quotes, reblogs, etc.)

    Definition Classes
    ChatPostPost
  42. val state: String

    Indicates the current state of the post

    Indicates the current state of the post

    Definition Classes
    ChatPostPost
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. val tags: Seq[String]

    Tags applied to the post

    Tags applied to the post

    Definition Classes
    ChatPostPost
  45. val timestamp: Int

    The time of the post, in seconds since the epoch

    The time of the post, in seconds since the epoch

    Definition Classes
    ChatPostPost
  46. val title: Option[String]

    The optional title of the post

  47. def toString(): String

    Definition Classes
    Printable → AnyRef → Any
  48. val type: String

    The type of post

    The type of post

    Definition Classes
    ChatPostPost
  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Post

Inherited from TumblrObject

Inherited from Printable

Inherited from AnyRef

Inherited from Any