com.orrsella.tumblr4s.model

QuotePost

class QuotePost extends Post

A quote post

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

Instance Constructors

  1. new QuotePost(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]], text: Option[String], source: 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

    text

    The text of the quote (can be modified by the user when posting)

    source

    Full HTML for the source of the quote (Example: Steve Jobs)

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
    QuotePostPost
  8. 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
    QuotePostPost
  9. def clone(): AnyRef

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

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

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

    The tags a post has been featured in

    The tags a post has been featured in

    Definition Classes
    QuotePostPost
  14. def finalize(): Unit

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

    The post format: html or markdown

    The post format: html or markdown

    Definition Classes
    QuotePostPost
  16. final def getClass(): java.lang.Class[_]

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

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

    Whether a post has been highlighted or not

    Whether a post has been highlighted or not

    Definition Classes
    QuotePostPost
  19. val id: Long

    The post's unique ID

    The post's unique ID

    Definition Classes
    QuotePostPost
  20. final def isInstanceOf[T0]: Boolean

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

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

    The number of notes a post has

    The number of notes a post has

    Definition Classes
    QuotePostPost
  25. val notes: Option[Seq[Note]]

    The notes attached to this blog post

    The notes attached to this blog post

    Definition Classes
    QuotePostPost
  26. final def notify(): Unit

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

    Definition Classes
    AnyRef
  28. val postUrl: String

    The location of the post

    The location of the post

    Definition Classes
    QuotePostPost
  29. val reblogKey: String

    The key used to reblog this post

    The key used to reblog this post

    Definition Classes
    QuotePostPost
  30. val rebloggedFromId: Option[Int]

    The id of the post being reblogged

    The id of the post being reblogged

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

    The url of the post being reblogged

    The url of the post being reblogged

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

    The url of the original post that was reblogged

    The url of the original post that was reblogged

    Definition Classes
    QuotePostPost
  37. 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
    QuotePostPost
  38. val source: Option[String]

    Full HTML for the source of the quote (Example: Steve Jobs)

    Full HTML for the source of the quote (Example: Steve Jobs)

  39. val sourceTitle: Option[String]

    The title of the source site

    The title of the source site

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

    Indicates the current state of the post

    Indicates the current state of the post

    Definition Classes
    QuotePostPost
  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
    QuotePostPost
  44. val text: Option[String]

    The text of the quote (can be modified by the user when posting)

  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
    QuotePostPost
  46. def toString(): String

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

    The type of post

    The type of post

    Definition Classes
    QuotePostPost
  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