com.orrsella.tumblr4s.model

ReblogPostParams

class ReblogPostParams extends PostParams

Parameters for reblogging a post

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

Instance Constructors

  1. new ReblogPostParams(baseHostname: String, state: PostState = PublishPostState, tags: String = "", tweet: String = "off", date: String = "", format: PostFormat = HtmlPostFormat, slug: String = "")

    baseHostname

    The standard or custom blog hostname

    state

    The state of the post. Specify one of the following: published, draft, queue, private

    tags

    Comma-separated tags for this post

    tweet

    Manages the autotweet (if enabled) for this post: set to off for no tweet, or enter text to override the default tweet

    date

    The GMT date and time of the post, as a string

    format

    Sets the format type of post. Supported formats are: html & markdown

    slug

    Add a short text summary to the end of the post URL

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 baseHostname: String

    The standard or custom blog hostname

    The standard or custom blog hostname

    Definition Classes
    ReblogPostParamsPostParams
  8. def clone(): AnyRef

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

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

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

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

    Sets the format type of post.

    Sets the format type of post. Supported formats are: html & markdown

    Definition Classes
    ReblogPostParamsPostParams
  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. def isValid: Boolean

    Definition Classes
    ReblogPostParamsPostParams
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  21. val slug: String

    Add a short text summary to the end of the post URL

    Add a short text summary to the end of the post URL

    Definition Classes
    ReblogPostParamsPostParams
  22. val state: PostState

    The state of the post.

    The state of the post. Specify one of the following: published, draft, queue, private

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

    Definition Classes
    AnyRef
  24. val tags: String

    Comma-separated tags for this post

    Comma-separated tags for this post

    Definition Classes
    ReblogPostParamsPostParams
  25. def toFilesMap: Map[String, String]

    Definition Classes
    PostParams
  26. def toMap: Map[String, String]

    Definition Classes
    PostParams
  27. def toString(): String

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

    Manages the autotweet (if enabled) for this post: set to off for no tweet, or enter text to override the default tweet

    Manages the autotweet (if enabled) for this post: set to off for no tweet, or enter text to override the default tweet

    Definition Classes
    ReblogPostParamsPostParams
  29. def type: PostType

    Definition Classes
    ReblogPostParamsPostParams
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from PostParams

Inherited from TumblrObject

Inherited from Printable

Inherited from AnyRef

Inherited from Any