Class

io.archivesunleashed.util.TweetUtils

JsonTweet

Related Doc: package TweetUtils

Permalink

implicit class JsonTweet extends AnyRef

Extract Twitter API data in json format.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonTweet
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonTweet(tweet: JValue)

    Permalink

    tweet

    JValue/JSON object containing Twitter API data (JSON)

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createdAt(): String

    Permalink

    Get the date a tweet was created.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def favoriteCount: Int

    Permalink

    Get favorite count of a tweet.

  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def followerCount: Int

    Permalink

    Get the number of followers the user has at the time of tweet.

  12. implicit lazy val formats: DefaultFormats.type

    Permalink
  13. def friendCount: Int

    Permalink

    Get the number of friends (people the person follows) of the user at the time of the tweet.

  14. def fullText(): String

    Permalink

    Get the tweet full_text.

  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def id(): String

    Permalink

    Get tweet id.

  18. def inReplyToScreenName(): String

    Permalink

    Get the screen name of a user that that tweet was in reply to.

  19. def inReplyToStatusId(): String

    Permalink

    Get the tweet id of a tweet that that tweet was in reply to.

  20. def inReplyToUserId(): String

    Permalink

    Get the id of a user that that tweet was in reply to.

  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isUserProtected(): Boolean

    Permalink

    Check is a user's tweets are protected (true or false).

  23. def isVerifiedUser(): Boolean

    Permalink

    Check if user of tweet is "verified" (true or false).

  24. def lang: String

    Permalink

    Get the tweet language code (ISO 639-1).

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

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def profileDescription(): String

    Permalink

    Get the user's profile description.

  29. def profileImageUrl(): String

    Permalink

    Get the profile image url of a user.

  30. def profileLocation(): String

    Permalink

    Get the user's provided location.

  31. def profileName(): String

    Permalink

    Get the user's provided name.

  32. def profileTimezone(): String

    Permalink

    Get the user's provided timezone.

  33. def profileUrl(): String

    Permalink

    Get the user's provided url.

  34. def retweetCount: Int

    Permalink

    Get retweet count of a tweet.

  35. def source(): String

    Permalink

    Get source (application used) of a tweet.

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

    Permalink
    Definition Classes
    AnyRef
  37. def text(): String

    Permalink

    Get the tweet text.

  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. val user: String

    Permalink
  40. def username(): String

    Permalink

    Get the username of the user who wrote the tweet.

  41. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped