com.orrsella.tumblr4s.model

QuotePostParams

class QuotePostParams extends PostParams

Parameters for a quote post

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

Instance Constructors

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

    baseHostname

    The standard or custom blog hostname

    quote

    The full text of the quote

    source

    Cited source, HTML allowed

    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
    QuotePostParamsPostParams
  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
    QuotePostParamsPostParams
  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
    QuotePostParamsPostParams
  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
    QuotePostParamsPostParams
  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 quote: String

    The full text of the quote

  22. 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
    QuotePostParamsPostParams
  23. val source: String

    Cited source, HTML allowed

  24. val state: PostState

    The state of the post.

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

    Definition Classes
    QuotePostParamsPostParams
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. val tags: String

    Comma-separated tags for this post

    Comma-separated tags for this post

    Definition Classes
    QuotePostParamsPostParams
  27. def toFilesMap: Map[String, String]

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

    Definition Classes
    QuotePostParamsPostParams
  29. def toString(): String

    Definition Classes
    Printable → AnyRef → Any
  30. 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
    QuotePostParamsPostParams
  31. def type: PostType

    Definition Classes
    QuotePostParamsPostParams
  32. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. 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