com.orrsella.tumblr4s.model

ChatPostParams

class ChatPostParams extends PostParams

Parameters for a chat post

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

Instance Constructors

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

    baseHostname

    The standard or custom blog hostname

    title

    The title of the chat

    conversation

    The text of the conversation/chat, with dialogue labels (no HTML), parts separated with '\r\n'

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

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

    The text of the conversation/chat, with dialogue labels (no HTML), parts separated with '\r\n'

  10. 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
    ChatPostParamsPostParams
  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. val format: PostFormat

    Sets the format type of post.

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

    Definition Classes
    ChatPostParamsPostParams
  15. final def getClass(): java.lang.Class[_]

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

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

    Definition Classes
    Any
  18. def isValid: Boolean

    Definition Classes
    ChatPostParamsPostParams
  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 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
    ChatPostParamsPostParams
  23. val state: PostState

    The state of the post.

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

    Definition Classes
    ChatPostParamsPostParams
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. val tags: String

    Comma-separated tags for this post

    Comma-separated tags for this post

    Definition Classes
    ChatPostParamsPostParams
  26. val title: String

    The title of the chat

  27. def toFilesMap: Map[String, String]

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

    Definition Classes
    ChatPostParamsPostParams
  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
    ChatPostParamsPostParams
  31. def type: PostType

    Definition Classes
    ChatPostParamsPostParams
  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