twitter4s.api.impl

UsersResourcesImpl

trait UsersResourcesImpl extends UsersResources

Self Type
UsersResourcesImpl with Twitter
Since

Twitter4S 2.0.0

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

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 createBlock(specificUser: SpecificInfo): User

    specificUser

    the user spcecific information of the user to block

    returns

    the blocked user

    Definition Classes
    UsersResourcesImplUsersResources
  9. def destroyBlock(specificUser: SpecificInfo): User

    specificUser

    the user spcecific information of the user to block

    returns

    the unblocked user

    Definition Classes
    UsersResourcesImplUsersResources
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getAccountSettings: AccountSettings

    returns

    the current trend, geo and sleep time information for the authenticating user.

    Definition Classes
    UsersResourcesImplUsersResources
  14. def getBlocksIDs(cursor: Long = null): IDs

    returns

    Returns an array of numeric user ids the authenticating user is blocking.

    Definition Classes
    UsersResourcesImplUsersResources
  15. def getBlocksList(cursor: Long = null): PagableResponseList[twitter4j.User]

    cursor

    (optional) the number of page

    returns

    a list of user objects that the authenticating user

    Definition Classes
    UsersResourcesImplUsersResources
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getContributees(specificUser: SpecificInfo): ResponseList[twitter4j.User]

    specificUser

    The user id or screen name of the user for whom to return results for

    returns

    list of contributors

    Definition Classes
    UsersResourcesImplUsersResources
  18. def getContributors(specificUser: SpecificInfo): ResponseList[twitter4j.User]

    specificUser

    The user id or screen name of the user for whom to return results for

    returns

    list of contributors

    Definition Classes
    UsersResourcesImplUsersResources
  19. def hashCode(): Int

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

    Definition Classes
    Any
  21. def lookupUsers(specificUsers: SpecificInfo): ResponseList[twitter4j.User]

    specificUsers

    (optional) user specific information(screen names or ids) to return

    returns

    users

    Definition Classes
    UsersResourcesImplUsersResources
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  25. def removeProfileBanner(): Unit

    Definition Classes
    UsersResourcesImplUsersResources
  26. def searchUsers(query: String, page: Int): ResponseList[twitter4j.User]

    query

    The query to run against people search.

    page

    Specifies the page of results to retrieve. Number of statuses per page is fixed to 20.

    returns

    the list of Users matches the provided

    Definition Classes
    UsersResourcesImplUsersResources
  27. def showUser(specificUser: SpecificInfo): User

    specificUser

    (required) the user specific information(screen name or ID) for whom to request the detail

    returns

    users

    Definition Classes
    UsersResourcesImplUsersResources
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def updateAccountSettings(trendLocationWoeid: Integer = null, sleepTimeEnabled: Boolean = null, startSleepTime: String = null, endSleepTime: String = null, timeZone: String = null, lang: String = null): AccountSettings

    trendLocationWoeid

    Optional. The Yahoo! Where On Earth ID to use as the user's default trend location.

    sleepTimeEnabled

    Optional. Whether sleep time is enabled for the user

    startSleepTime

    Optional. The hour that sleep time should begin if it is enabled.

    endSleepTime

    Optional. The hour that sleep time should end if it is enabled.

    timeZone

    Optional. The timezone dates and times should be displayed in for the user.

    lang

    Optional. The language which Twitter should render in for this user. (two letter ISO 639-1)

    returns

    the current trend, geo and sleep time information for the authenticating user.

    Definition Classes
    UsersResourcesImplUsersResources
  31. def updateProfile(name: String = null, url: String = null, location: String = null, description: String = null): User

    name

    Optional. Maximum of 20 characters.

    url

    Optional. Maximum of 100 characters. Will be prepended with "http://" if not present.

    location

    Optional. Maximum of 30 characters. The contents are not normalized or geocoded in any way.

    description

    Optional. Maximum of 160 characters.

    returns

    the updated user

    Definition Classes
    UsersResourcesImplUsersResources
  32. def updateProfileBackgroundImage(imageResource: SpecificResource, tile: Boolean): User

    imageResource

    (require) Background image as File or Stream object.

    tile

    (required) If set to true the background image will be displayed tiled. The image will not be tiled otherwise.

    returns

    the updated user

    Definition Classes
    UsersResourcesImplUsersResources
  33. def updateProfileBanner(imageResource: SpecificResource): Unit

    imageResource

    (File or FileStream) For best results, upload an <5MB image that is exactly 1252px by 626px.

    Definition Classes
    UsersResourcesImplUsersResources
  34. def updateProfileColors(profileBackgroundColor: String = null, profileTextColor: String = null, profileLinkColor: String = null, profileSidebarFillColor: String = null, profileSidebarBorderColor: String = null): User

    {@inherited}

    {@inherited}

    profileBackgroundColor

    optional, can be null

    profileTextColor

    optional, can be null

    profileLinkColor

    optional, can be null

    profileSidebarFillColor

    optional, can be null

    profileSidebarBorderColor

    optional, can be null

    returns

    the updated user

    Definition Classes
    UsersResourcesImplUsersResources
  35. def updateProfileImage(imageResource: SpecificResource): User

    imageResource

    (require) Profile image as File or Stream object.

    returns

    the updated user

    Definition Classes
    UsersResourcesImplUsersResources
  36. def verifyCredentials: User

    returns

    user

    Definition Classes
    UsersResourcesImplUsersResources
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from UsersResources

Inherited from AnyRef

Inherited from Any

Ungrouped