com.orrsella.tumblr4s.model

TextPost

class TextPost extends Post

A text post

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

Instance Constructors

  1. new TextPost(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])

    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 post body

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
    TextPostPost
  8. val body: Option[String]

    The full post 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
    TextPostPost
  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
    TextPostPost
  12. final def eq(arg0: AnyRef): Boolean

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

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

    The tags a post has been featured in

    The tags a post has been featured in

    Definition Classes
    TextPostPost
  15. def finalize(): Unit

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

    The post format: html or markdown

    The post format: html or markdown

    Definition Classes
    TextPostPost
  17. final def getClass(): java.lang.Class[_]

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

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

    Whether a post has been highlighted or not

    Whether a post has been highlighted or not

    Definition Classes
    TextPostPost
  20. val id: Long

    The post's unique ID

    The post's unique ID

    Definition Classes
    TextPostPost
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. 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
    TextPostPost
  23. 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
    TextPostPost
  24. final def ne(arg0: AnyRef): Boolean

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

    The number of notes a post has

    The number of notes a post has

    Definition Classes
    TextPostPost
  26. val notes: Option[Seq[Note]]

    The notes attached to this blog post

    The notes attached to this blog post

    Definition Classes
    TextPostPost
  27. final def notify(): Unit

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

    Definition Classes
    AnyRef
  29. val postUrl: String

    The location of the post

    The location of the post

    Definition Classes
    TextPostPost
  30. val reblogKey: String

    The key used to reblog this post

    The key used to reblog this post

    Definition Classes
    TextPostPost
  31. val rebloggedFromId: Option[Int]

    The id of the post being reblogged

    The id of the post being reblogged

    Definition Classes
    TextPostPost
  32. 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
    TextPostPost
  33. 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
    TextPostPost
  34. val rebloggedFromUrl: Option[String]

    The url of the post being reblogged

    The url of the post being reblogged

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

    The url of the original post that was reblogged

    The url of the original post that was reblogged

    Definition Classes
    TextPostPost
  38. 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
    TextPostPost
  39. val sourceTitle: Option[String]

    The title of the source site

    The title of the source site

    Definition Classes
    TextPostPost
  40. 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
    TextPostPost
  41. val state: String

    Indicates the current state of the post

    Indicates the current state of the post

    Definition Classes
    TextPostPost
  42. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Tags applied to the post

    Tags applied to the post

    Definition Classes
    TextPostPost
  44. 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
    TextPostPost
  45. val title: Option[String]

    The optional title of the post

  46. def toString(): String

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

    The type of post

    The type of post

    Definition Classes
    TextPostPost
  48. final def wait(): Unit

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

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