repatch.twitter.request

Status

object Status

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Status
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class DestroyStatus(id: BigInt, params: Map[String, String] = ...) extends Method with Param[DestroyStatus] with TrimUserParam[DestroyStatus] with Product with Serializable

  2. case class HomeTimeline(params: Map[String, String] = ...) extends Method with Param[HomeTimeline] with TimelineParam[HomeTimeline] with Product with Serializable

  3. case class MentionsTimeline(params: Map[String, String] = ...) extends Method with Param[MentionsTimeline] with TimelineParam[MentionsTimeline] with Product with Serializable

  4. case class Retweet(id: BigInt, params: Map[String, String] = ...) extends Method with Param[Retweet] with TrimUserParam[Retweet] with Product with Serializable

  5. case class Retweets(id: BigInt, params: Map[String, String] = ...) extends Method with Param[Retweets] with TimelineParam[Retweets] with Product with Serializable

  6. case class RetweetsOfMeTimeline(params: Map[String, String] = ...) extends Method with Param[RetweetsOfMeTimeline] with TimelineParam[RetweetsOfMeTimeline] with Product with Serializable

  7. case class ShowStatus(id: BigInt, params: Map[String, String] = ...) extends Method with Param[ShowStatus] with TimelineParam[ShowStatus] with Product with Serializable

  8. case class Update(params: Map[String, String]) extends Method with Param[Update] with TrimUserParam[Update] with Product with Serializable

  9. case class UserTimeline(params: Map[String, String]) extends Method with Param[UserTimeline] with TimelineParam[UserTimeline] with Product with Serializable

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def destroy(id: BigInt): DestroyStatus

    See https://dev.

    See https://dev.twitter.com/docs/api/1.1/post/statuses/destroy/%3Aid

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  14. def home_timeline: HomeTimeline

    See https://dev.

    See https://dev.twitter.com/docs/api/1.1/get/statuses/home_timeline

  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. def mentions_timeline: MentionsTimeline

    See https://dev.

    See https://dev.twitter.com/docs/api/1.1/get/statuses/mentions_timeline

  17. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  20. def retweet(id: BigInt): Retweet

    See https://dev.

    See https://dev.twitter.com/docs/api/1.1/post/statuses/retweet/%3Aid

  21. def retweets(id: BigInt): Retweets

    See https://dev.

    See https://dev.twitter.com/docs/api/1.1/get/statuses/retweets_of_me

  22. def retweets_of_me: RetweetsOfMeTimeline

    See https://dev.

    See https://dev.twitter.com/docs/api/1.1/get/statuses/retweets_of_me

  23. def show(id: BigInt): ShowStatus

    See https://dev.

    See https://dev.twitter.com/docs/api/1.1/get/statuses/show/%3Aid

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

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def update(status: String): Update

    See https://dev.

    See https://dev.twitter.com/docs/api/1.1/post/statuses/update

  27. def user_timeline(screen_name: String): UserTimeline

  28. def user_timeline(user_id: BigInt): UserTimeline

    See https://dev.

    See https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline

  29. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped