com.orrsella.tumblr4s

model

package model

Visibility
  1. Public
  2. All

Type Members

  1. class AnswerPost extends Post

    An answer post

  2. class AudioPost extends Post

    An audio post

  3. class AudioPostParams extends PostParams

    Parameters for an audio post

  4. class Avatar extends TumblrObject

    A blog's avatar

  5. sealed trait AvatarSize extends AnyRef

    The size of the avatar in pixels (square, one value for both length and width).

  6. class Blog extends TumblrObject

    A tumblr blog

  7. class BlogFollowers extends TumblrObject

    A blog's followers

  8. class BlogLikes extends TumblrObject

    A blog's publicly liked posts

  9. class BlogPosts extends TumblrObject

    A blog's posts

  10. class ChatPost extends Post

    A chat post

  11. class ChatPostParams extends PostParams

    Parameters for a chat post

  12. class DialogPart extends TumblrObject

    A single message in a chat's dialogue

  13. class Followee extends TumblrObject

    A blog's follower

  14. class Follower extends TumblrObject

    A blog's follower

  15. class Highlight extends TumblrObject

    A highlight object on a specific blog post

  16. class LinkPost extends Post

    A link post

  17. class LinkPostParams extends PostParams

    Parameters for a link post

  18. class Note extends TumblrObject

    A note object on a specific blog post

  19. class Photo extends TumblrObject

    A photo object

  20. class PhotoPost extends Post

    A photo post

  21. class PhotoPostParams extends PostParams

    Parameters for a photo post

  22. class PhotoSize extends TumblrObject

    Alternate photo size

  23. abstract class Post extends TumblrObject

    A generic post

  24. sealed trait PostFilter extends AnyRef

    Specifies the post format to return when querying for blog posts, other than HTML

  25. sealed trait PostFormat extends AnyRef

    Specifies the post format to return when querying for blog posts, other than HTML

  26. sealed abstract class PostParams extends TumblrObject

    Parameters for creating/editing a new generic post

  27. sealed trait PostState extends AnyRef

    Post state

  28. sealed trait PostType extends AnyRef

    Post type

  29. trait Printable extends AnyRef

    Provide json impl of toString

  30. class QuotePost extends Post

    A quote post

  31. class QuotePostParams extends PostParams

    Parameters for a quote post

  32. class ReblogPostParams extends PostParams

    Parameters for reblogging a post

  33. class TextPost extends Post

    A text post

  34. class TextPostParams extends PostParams

    Parameters for a text post

  35. abstract class TumblrObject extends Printable

  36. class User extends TumblrObject

    A tumblr user

  37. class UserBlog extends TumblrObject

    A blog a user has permissions to post to

  38. class UserFollowing extends TumblrObject

    A blog's followees

  39. class UserLikes extends TumblrObject

    A user's liked posts

  40. class VideoPlayer extends TumblrObject

    Embed video player object

  41. class VideoPost extends Post

    A video post

  42. class VideoPostParams extends PostParams

    Parameters for a video post

Value Members

  1. object AnswerPostType extends PostType with Product with Serializable

  2. object AnyPostType extends PostType with Product with Serializable

  3. object AudioPostType extends PostType with Product with Serializable

  4. object AvatarSize128 extends AvatarSize with Product with Serializable

  5. object AvatarSize16 extends AvatarSize with Product with Serializable

  6. object AvatarSize24 extends AvatarSize with Product with Serializable

  7. object AvatarSize30 extends AvatarSize with Product with Serializable

  8. object AvatarSize40 extends AvatarSize with Product with Serializable

  9. object AvatarSize48 extends AvatarSize with Product with Serializable

  10. object AvatarSize512 extends AvatarSize with Product with Serializable

  11. object AvatarSize64 extends AvatarSize with Product with Serializable

  12. object AvatarSize96 extends AvatarSize with Product with Serializable

  13. object ChatPostType extends PostType with Product with Serializable

  14. object DraftPostState extends PostState with Product with Serializable

  15. object HtmlFilter extends PostFilter with Product with Serializable

  16. object HtmlPostFormat extends PostFormat with Product with Serializable

  17. object LinkPostType extends PostType with Product with Serializable

  18. object MarkdownPostFormat extends PostFormat with Product with Serializable

  19. object PhotoPostType extends PostType with Product with Serializable

  20. object PrivatePostState extends PostState with Product with Serializable

  21. object PublishPostState extends PostState with Product with Serializable

  22. object QueuePostState extends PostState with Product with Serializable

  23. object QuotePostType extends PostType with Product with Serializable

  24. object RawFilter extends PostFilter with Product with Serializable

  25. object TextFilter extends PostFilter with Product with Serializable

  26. object TextPostType extends PostType with Product with Serializable

  27. object VideoPostType extends PostType with Product with Serializable