com.orrsella.tumblr4s.model

Blog

class Blog extends TumblrObject

A tumblr blog

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

Instance Constructors

  1. new Blog(title: String, posts: Int, name: String, url: String, updated: Int, description: String, ask: Boolean, askAnon: Option[Boolean], likes: Option[Int])

    title

    The display title of the blog

    posts

    The total number of posts to this blog

    name

    The short blog name that appears before tumblr.com in a standard blog hostname (and before the domain in a custom blog hostname)

    url

    The blog's url

    updated

    The time of the most recent post, in seconds since the epoch

    description

    You guessed it! The blog's description

    ask

    Indicates whether the blog allows questions

    askAnon

    Indicates whether the blog allows anonymous questions

    likes

    Number of likes for this user

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 ask: Boolean

    Indicates whether the blog allows questions

  8. val askAnon: Option[Boolean]

    Indicates whether the blog allows anonymous questions

  9. def clone(): AnyRef

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

    You guessed it! The blog's description

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

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

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. val likes: Option[Int]

    Number of likes for this user

  18. val name: String

    The short blog name that appears before tumblr.

    The short blog name that appears before tumblr.com in a standard blog hostname (and before the domain in a custom blog hostname)

  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

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

    Definition Classes
    AnyRef
  22. val posts: Int

    The total number of posts to this blog

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. val title: String

    The display title of the blog

  25. def toString(): String

    Definition Classes
    Printable → AnyRef → Any
  26. val updated: Int

    The time of the most recent post, in seconds since the epoch

  27. val url: String

    The blog's url

  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from TumblrObject

Inherited from Printable

Inherited from AnyRef

Inherited from Any