twitter4s.internal.json

AccountTotalsImpl

case class AccountTotalsImpl(twt4jAccountTotals: twitter4j.AccountTotals) extends AccountTotals with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AccountTotals, TwitterResponse, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AccountTotalsImpl
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AccountTotals
  7. TwitterResponse
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AccountTotalsImpl(twt4jAccountTotals: twitter4j.AccountTotals)

Type Members

  1. type Tw4jResponse = twitter4j.AccountTotals

    Type annotation is twitter4j original response

    Type annotation is twitter4j original response

    Definition Classes
    AccountTotalsImplTwitterResponse

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. def accessLevel: AccessLevel

    get access level

    get access level

    returns

    access level from twitter response.

    Definition Classes
    AccountTotalsImplTwitterResponse
    Since

    Twitter4S 1.0.0

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def favorites: Int

    get user favorites tweet count

    get user favorites tweet count

    returns

    favorites count

    Definition Classes
    AccountTotalsImplAccountTotals
    Since

    Twitter4S 1.0.0

  11. def finalize(): Unit

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

    get users followers count.

    get users followers count.

    returns

    followers count.

    Definition Classes
    AccountTotalsImplAccountTotals
    Since

    Twitter4S 1.0.0

  13. def friends: Int

    get user's friend count

    get user's friend count

    returns

    friends count

    Definition Classes
    AccountTotalsImplAccountTotals
    Since

    Twitter4S 1.0.0

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

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

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

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

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

    Definition Classes
    AnyRef
  19. def rateLimitStatus: RateLimitStatusImpl

    get rate limit status from twitter response.

    get rate limit status from twitter response.

    returns

    rate limit status from twitter response.

    Definition Classes
    AccountTotalsImplTwitterResponse
    Since

    Twitter4S 1.0.0

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

    Definition Classes
    AnyRef
  21. def tw4jObj: twitter4j.AccountTotals

    get twitter4j original response object.

    get twitter4j original response object.

    returns

    response object.

    Definition Classes
    AccountTotalsImplTwitterResponse
    Since

    Twitter4S 1.0.0

  22. val twt4jAccountTotals: twitter4j.AccountTotals

  23. def updates: Int

    get status update count.

    get status update count.

    returns

    update count.

    Definition Classes
    AccountTotalsImplAccountTotals
    Since

    Twitter4S 1.0.0

  24. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AccountTotals

Inherited from TwitterResponse

Inherited from AnyRef

Inherited from Any

Ungrouped