com.orrsella.tumblr4s.model

AnswerPost

class AnswerPost extends Post

An answer post

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

Instance Constructors

  1. new AnswerPost(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]], askingName: Option[String], askingUrl: Option[String], question: Option[String], answer: Option[String])

    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

    askingName

    The blog name of the user asking the question

    askingUrl

    The blog URL of the user asking the question

    question

    The question being asked

    answer

    The answer given

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. val answer: Option[String]

    The answer given

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val askingName: Option[String]

    The blog name of the user asking the question

  9. val askingUrl: Option[String]

    The blog URL of the user asking the question

  10. val blogName: Option[String]

    The short name used to uniquely identify a blog

    The short name used to uniquely identify a blog

    Definition Classes
    AnswerPostPost
  11. 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
    AnswerPostPost
  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. 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
    AnswerPostPost
  14. final def eq(arg0: AnyRef): Boolean

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

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

    The tags a post has been featured in

    The tags a post has been featured in

    Definition Classes
    AnswerPostPost
  17. def finalize(): Unit

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

    The post format: html or markdown

    The post format: html or markdown

    Definition Classes
    AnswerPostPost
  19. final def getClass(): java.lang.Class[_]

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

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

    Whether a post has been highlighted or not

    Whether a post has been highlighted or not

    Definition Classes
    AnswerPostPost
  22. val id: Long

    The post's unique ID

    The post's unique ID

    Definition Classes
    AnswerPostPost
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. 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
    AnswerPostPost
  25. 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
    AnswerPostPost
  26. final def ne(arg0: AnyRef): Boolean

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

    The number of notes a post has

    The number of notes a post has

    Definition Classes
    AnswerPostPost
  28. val notes: Option[Seq[Note]]

    The notes attached to this blog post

    The notes attached to this blog post

    Definition Classes
    AnswerPostPost
  29. final def notify(): Unit

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

    Definition Classes
    AnyRef
  31. val postUrl: String

    The location of the post

    The location of the post

    Definition Classes
    AnswerPostPost
  32. val question: Option[String]

    The question being asked

  33. val reblogKey: String

    The key used to reblog this post

    The key used to reblog this post

    Definition Classes
    AnswerPostPost
  34. val rebloggedFromId: Option[Int]

    The id of the post being reblogged

    The id of the post being reblogged

    Definition Classes
    AnswerPostPost
  35. 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
    AnswerPostPost
  36. 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
    AnswerPostPost
  37. val rebloggedFromUrl: Option[String]

    The url of the post being reblogged

    The url of the post being reblogged

    Definition Classes
    AnswerPostPost
  38. 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
    AnswerPostPost
  39. 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
    AnswerPostPost
  40. val rebloggedRootUrl: Option[String]

    The url of the original post that was reblogged

    The url of the original post that was reblogged

    Definition Classes
    AnswerPostPost
  41. 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
    AnswerPostPost
  42. val sourceTitle: Option[String]

    The title of the source site

    The title of the source site

    Definition Classes
    AnswerPostPost
  43. 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
    AnswerPostPost
  44. val state: String

    Indicates the current state of the post

    Indicates the current state of the post

    Definition Classes
    AnswerPostPost
  45. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Tags applied to the post

    Tags applied to the post

    Definition Classes
    AnswerPostPost
  47. 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
    AnswerPostPost
  48. def toString(): String

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

    The type of post

    The type of post

    Definition Classes
    AnswerPostPost
  50. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  52. 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