twitter4s

User

trait User extends TwitterResponse

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

Type Members

  1. abstract type Tw4jResponse <: twitter4j.TwitterResponse

    Type annotation is twitter4j original response

    Type annotation is twitter4j original response

    Definition Classes
    TwitterResponse

Abstract Value Members

  1. abstract def accessLevel: AccessLevel

    get access level

    get access level

    returns

    access level from twitter response.

    Definition Classes
    TwitterResponse
    Since

    Twitter4S 1.0.0

  2. abstract def biggerProfileImageURL: String

  3. abstract def biggerProfileImageURLHttps: String

  4. abstract def createdAt: Date

  5. abstract def description: String

    get user description from twitter response.

    get user description from twitter response.

    returns

    user description

    Since

    Twitter4S 1.0.0

  6. abstract def descriptionURLEntities: Array[URLEntity]

    Since

    Twitter4S 2.0.0

  7. abstract def favouritesCount: Int

  8. abstract def followersCount: Int

  9. abstract def friendsCount: Int

  10. abstract def id: Long

    get user id from twitter response.

    get user id from twitter response.

    returns

    user id.

    Since

    Twitter4S 1.0.0

  11. abstract def isContributorsEnabled: Boolean

  12. abstract def isFollowRequestSent: Boolean

  13. abstract def isGeoEnabled: Boolean

  14. abstract def isProfileBackgroundTiled: Boolean

  15. abstract def isProfileUseBackgroundImage: Boolean

  16. abstract def isProtected: Boolean

    is user account protected ?

  17. abstract def isShowAllInlineMedia: Boolean

  18. abstract def isTranslator: Boolean

  19. abstract def isVerified: Boolean

  20. abstract def lang: String

  21. abstract def listedCount: Int

  22. abstract def location: String

    get user location from twitter response.

    get user location from twitter response.

    returns

    user location

    Since

    Twitter4S 1.0.0

  23. abstract def miniProfileImageURL: String

  24. abstract def miniProfileImageURLHttps: String

  25. abstract def name: String

    get user name from twitter response.

    get user name from twitter response.

    returns

    user name

    Since

    Twitter4S 1.0.0

  26. abstract def originalProdileImageURLHttps: String

  27. abstract def originalProfileImageURL: String

  28. abstract def profileBackgroundColor: String

  29. abstract def profileBackgroundImageUrlHttps: String

  30. abstract def profileBannerIPadRetinaURL: String

  31. abstract def profileBannerIPadURL: String

  32. abstract def profileBannerMobileRetinaURL: String

  33. abstract def profileBannerMobileURL: String

  34. abstract def profileBannerRetinaURL: String

  35. abstract def profileBannerURL: String

    Since

    Twitter4S 2.0.0

  36. abstract def profileImageURL: String

    Returns the profile image url of the user

  37. abstract def profileLinkColor: String

  38. abstract def profileSidebarBorderColor: String

  39. abstract def profileSidebarFillColor: String

  40. abstract def profileTextColor: String

  41. abstract def rateLimitStatus: RateLimitStatus

    get rate limit status from twitter response.

    get rate limit status from twitter response.

    returns

    rate limit status from twitter response.

    Definition Classes
    TwitterResponse
    Since

    Twitter4S 1.0.0

  42. abstract def screenName: String

    get screen name from twitter response.

    get screen name from twitter response.

    returns

    screen name

    Since

    Twitter4S 1.0.0

  43. abstract def status: Status

  44. abstract def statusesCount: Int

  45. abstract def timeZone: String

  46. abstract def tw4jObj: Tw4jResponse

    get twitter4j original response object.

    get twitter4j original response object.

    returns

    response object.

    Definition Classes
    TwitterResponse
    Since

    Twitter4S 1.0.0

  47. abstract def url: String

  48. abstract def urlEntity: URLEntity

  49. abstract def utcOffset: Int

  50. abstract def profileBackgroundImageUrl: String

    Deprecated

    use #profileImageURL instead

  51. abstract def profileImageURLHttps: String

    Returns the profile image url of the user, served over SSL

    Returns the profile image url of the user, served over SSL

    Deprecated

    use #profileImageURL instead

Concrete 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. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TwitterResponse

Inherited from AnyRef

Inherited from Any

Ungrouped