com.orrsella.tumblr4s.model

AudioPost

class AudioPost extends Post

An audio post

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

Instance Constructors

  1. new AudioPost(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]], caption: Option[String], player: Option[String], plays: Option[Int], albumArt: Option[String], artist: Option[String], album: Option[String], track: Option[Int], trackName: Option[String], year: Option[Int], audioUrl: 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

    caption

    The user-supplied caption

    player

    HTML for embedding the audio player

    plays

    Number of times the audio post has been played

    albumArt

    Location of the audio file's ID3 album art image

    artist

    The audio file's ID3 artist value

    album

    The audio file's ID3 album value

    track

    The audio file's ID3 track value

    trackName

    The audio file's ID3 title value

    year

    The audio file's ID3 year value

    audioUrl

    Url for playing the audio

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 album: Option[String]

    The audio file's ID3 album value

  7. val albumArt: Option[String]

    Location of the audio file's ID3 album art image

  8. val artist: Option[String]

    The audio file's ID3 artist value

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. val audioUrl: Option[String]

    Url for playing the audio

  11. val blogName: Option[String]

    The short name used to uniquely identify a blog

    The short name used to uniquely identify a blog

    Definition Classes
    AudioPostPost
  12. 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
    AudioPostPost
  13. val caption: Option[String]

    The user-supplied caption

  14. def clone(): AnyRef

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

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

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

    The tags a post has been featured in

    The tags a post has been featured in

    Definition Classes
    AudioPostPost
  19. def finalize(): Unit

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

    The post format: html or markdown

    The post format: html or markdown

    Definition Classes
    AudioPostPost
  21. final def getClass(): java.lang.Class[_]

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

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

    Whether a post has been highlighted or not

    Whether a post has been highlighted or not

    Definition Classes
    AudioPostPost
  24. val id: Long

    The post's unique ID

    The post's unique ID

    Definition Classes
    AudioPostPost
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. 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
    AudioPostPost
  27. 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
    AudioPostPost
  28. final def ne(arg0: AnyRef): Boolean

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

    The number of notes a post has

    The number of notes a post has

    Definition Classes
    AudioPostPost
  30. val notes: Option[Seq[Note]]

    The notes attached to this blog post

    The notes attached to this blog post

    Definition Classes
    AudioPostPost
  31. final def notify(): Unit

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

    Definition Classes
    AnyRef
  33. val player: Option[String]

    HTML for embedding the audio player

  34. val plays: Option[Int]

    Number of times the audio post has been played

  35. val postUrl: String

    The location of the post

    The location of the post

    Definition Classes
    AudioPostPost
  36. val reblogKey: String

    The key used to reblog this post

    The key used to reblog this post

    Definition Classes
    AudioPostPost
  37. val rebloggedFromId: Option[Int]

    The id of the post being reblogged

    The id of the post being reblogged

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

    The url of the post being reblogged

    The url of the post being reblogged

    Definition Classes
    AudioPostPost
  41. 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
    AudioPostPost
  42. 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
    AudioPostPost
  43. val rebloggedRootUrl: Option[String]

    The url of the original post that was reblogged

    The url of the original post that was reblogged

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

    The title of the source site

    The title of the source site

    Definition Classes
    AudioPostPost
  46. 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
    AudioPostPost
  47. val state: String

    Indicates the current state of the post

    Indicates the current state of the post

    Definition Classes
    AudioPostPost
  48. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Tags applied to the post

    Tags applied to the post

    Definition Classes
    AudioPostPost
  50. 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
    AudioPostPost
  51. def toString(): String

    Definition Classes
    Printable → AnyRef → Any
  52. val track: Option[Int]

    The audio file's ID3 track value

  53. val trackName: Option[String]

    The audio file's ID3 title value

  54. val type: String

    The type of post

    The type of post

    Definition Classes
    AudioPostPost
  55. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  58. val year: Option[Int]

    The audio file's ID3 year value

Inherited from Post

Inherited from TumblrObject

Inherited from Printable

Inherited from AnyRef

Inherited from Any