com.orrsella.tumblr4s.model

VideoPostParams

class VideoPostParams extends PostParams

Parameters for a video post

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

Instance Constructors

  1. new VideoPostParams(baseHostname: String, caption: String = "", embed: String = "", data: Option[String] = scala.None, state: PostState = PublishPostState, tags: String = "", tweet: String = "off", date: String = "", format: PostFormat = HtmlPostFormat, slug: String = "")

    baseHostname

    The standard or custom blog hostname

    caption

    The user-supplied caption

    embed

    HTML embed code for the video, either embed or data required

    data

    Path to video file limited to 100MB, either embed or data required

    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
    VideoPostParamsPostParams
  8. val caption: String

    The user-supplied caption

  9. def clone(): AnyRef

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

    Path to video file limited to 100MB, either embed or data required

  11. 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
    VideoPostParamsPostParams
  12. val embed: String

    HTML embed code for the video, either embed or data required

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

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

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

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

    Sets the format type of post.

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

    Definition Classes
    VideoPostParamsPostParams
  17. final def getClass(): java.lang.Class[_]

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

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

    Definition Classes
    Any
  20. def isValid: Boolean

    Definition Classes
    VideoPostParamsPostParams
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  24. 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
    VideoPostParamsPostParams
  25. val state: PostState

    The state of the post.

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

    Definition Classes
    VideoPostParamsPostParams
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. val tags: String

    Comma-separated tags for this post

    Comma-separated tags for this post

    Definition Classes
    VideoPostParamsPostParams
  28. def toFilesMap: Map[String, String]

    Definition Classes
    VideoPostParamsPostParams
  29. def toMap: Map[String, String]

    Definition Classes
    VideoPostParamsPostParams
  30. def toString(): String

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

    Definition Classes
    VideoPostParamsPostParams
  33. final def wait(): Unit

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

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