com.orrsella.tumblr4s.model

UserBlog

class UserBlog extends TumblrObject

A blog a user has permissions to post to

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

Instance Constructors

  1. new UserBlog(name: String, url: String, title: String, primary: Boolean, followers: Int, tweet: String, facebook: String, type: String)

    name

    The short blog name

    url

    The blog's url

    title

    The display title of the blog

    primary

    Indicates if this is the user's primary blog

    followers

    Total count of followers for this blog

    tweet

    Indicate if posts are tweeted auto, Y, N

    facebook

    Indicate if posts are sent to facebook Y, N

    type

    Indicates whether a blog is public or private

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  10. val facebook: String

    Indicate if posts are sent to facebook Y, N

  11. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. val followers: Int

    Total count of followers for this blog

  13. final def getClass(): java.lang.Class[_]

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

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

    Definition Classes
    Any
  16. val name: String

    The short blog name

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

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

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

    Definition Classes
    AnyRef
  20. val primary: Boolean

    Indicates if this is the user's primary blog

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

    Definition Classes
    AnyRef
  22. val title: String

    The display title of the blog

  23. def toString(): String

    Definition Classes
    Printable → AnyRef → Any
  24. val tweet: String

    Indicate if posts are tweeted auto, Y, N

  25. val type: String

    Indicates whether a blog is public or private

  26. val url: String

    The blog's url

  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from TumblrObject

Inherited from Printable

Inherited from AnyRef

Inherited from Any