com.orrsella.tumblr4s.model

PhotoPostParams

class PhotoPostParams extends PostParams

Parameters for a photo post

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

Instance Constructors

  1. new PhotoPostParams(baseHostname: String, caption: String = "", link: String = "", source: String = "", data: Seq[String] = immutable.this.Nil, 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, HTML allowed

    link

    The "click-through URL" for the photo

    source

    The photo source URL, either source or data required

    data

    Sequence of paths to image files, each limited to 10MB (add more than one images to create a slide show), either source 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
    PhotoPostParamsPostParams
  8. val caption: String

    The user-supplied caption, HTML allowed

  9. def clone(): AnyRef

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

    Sequence of paths to image files, each limited to 10MB (add more than one images to create a slide show), either source 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
    PhotoPostParamsPostParams
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

    Sets the format type of post.

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

    Definition Classes
    PhotoPostParamsPostParams
  16. final def getClass(): java.lang.Class[_]

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

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

    Definition Classes
    Any
  19. def isValid: Boolean

    Definition Classes
    PhotoPostParamsPostParams
  20. val link: String

    The "click-through URL" for the photo

  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
    PhotoPostParamsPostParams
  25. val source: String

    The photo source URL, either source or data required

  26. val state: PostState

    The state of the post.

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

    Definition Classes
    PhotoPostParamsPostParams
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. val tags: String

    Comma-separated tags for this post

    Comma-separated tags for this post

    Definition Classes
    PhotoPostParamsPostParams
  29. def toFilesMap: Map[String, String]

    Definition Classes
    PhotoPostParamsPostParams
  30. def toMap: Map[String, String]

    Definition Classes
    PhotoPostParamsPostParams
  31. def toString(): String

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

    Definition Classes
    PhotoPostParamsPostParams
  34. final def wait(): Unit

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

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