twitter4s.api.impl

FriendsFollowersResourcesImpl

trait FriendsFollowersResourcesImpl extends FriendsFollowersResources

Self Type
FriendsFollowersResourcesImpl with Twitter
Since

Twitter4S 2.0.0

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FriendsFollowersResourcesImpl
  2. FriendsFollowersResources
  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 createFriendship(specificUser: SpecificInfo, follow: Boolean = null): User

    specificUser

    (required) the user specific information(screen name or ID) to be befriended.

    follow

    (optional) Enable notifications for the target user in addition to becoming friends.

    returns

    the befriended user

    Definition Classes
    FriendsFollowersResourcesImplFriendsFollowersResources
  9. def destroyFriendship(specificUser: SpecificInfo): User

    specificUser

    the user specific information (screen name or ID) for whom to request a list of friends

    returns

    User

    Definition Classes
    FriendsFollowersResourcesImplFriendsFollowersResources
  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. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getFollowersIDs(cursor: Long, specificUser: SpecificInfo = null): IDs

    cursor

    (required) Causes the list of connections to be broken into pages of no more than 5000 IDs at a time. The number of IDs returned is not guaranteed to be 5000 as suspended users are filterd out after connections are queried.
    To begin paging provide a value of -1 as the cursor. The response from the API will include a previous_cursor and next_cursor to allow paging back and forth.

    specificUser

    (optional) Specifies the user (screen name or ID) for whom to return the followers list.

    returns

    The ID or screen_name of the user to retrieve the friends ID list for.

    Definition Classes
    FriendsFollowersResourcesImplFriendsFollowersResources
  15. def getFollowersList(specificUser: SpecificInfo, cursor: Long): PagableResponseList[twitter4j.User]

    specificUser

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

    cursor

    Causes the results to be broken into pages of no more than 20 records at a time.

    returns

    list of followers

    Definition Classes
    FriendsFollowersResourcesImplFriendsFollowersResources
  16. def getFriendsIDs(cursor: Long, specificUser: SpecificInfo = null): IDs

    cursor

    (required) Causes the list of connections to be broken into pages of no more than 5000 IDs at a time. The number of IDs returned is not guaranteed to be 5000 as suspended users are filterd out after connections are queried.
    To begin paging provide a value of -1 as the cursor. The response from the API will include a previous_cursor and next_cursor to allow paging back and forth.

    specificUser

    (optional) Specifies the user (screen name or ID) for whom to return the friends list.

    returns

    an array of numeric IDs for every user the authenticating user is following

    Definition Classes
    FriendsFollowersResourcesImplFriendsFollowersResources
  17. def getFriendsList(specificUser: SpecificInfo, cursor: Long): PagableResponseList[twitter4j.User]

    specificUser

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

    cursor

    Causes the results to be broken into pages of no more than 20 records at a time.

    returns

    list of friends

    Definition Classes
    FriendsFollowersResourcesImplFriendsFollowersResources
  18. def getIncomingFriendships(cursor: Long): IDs

    cursor

    Breaks the results into pages. A single page contains 5000 identifiers. Provide a value of -1 to begin paging.

    returns

    an array of numeric IDs for every user who has a pending request to follow the authenticating user.

    Definition Classes
    FriendsFollowersResourcesImplFriendsFollowersResources
  19. def getOutgoingFriendships(cursor: Long): IDs

    cursor

    Breaks the results into pages. A single page contains 5000 identifiers. Provide a value of -1 to begin paging.

    returns

    an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.

    Definition Classes
    FriendsFollowersResourcesImplFriendsFollowersResources
  20. def hashCode(): Int

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

    Definition Classes
    Any
  22. def lookupFriendships(specificUsers: SpecificInfo): ResponseList[Friendship]

    specificUsers

    (required) array of user specific informations(screen names or ids) to lookup

    returns

    list of Relationships

    Definition Classes
    FriendsFollowersResourcesImplFriendsFollowersResources
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. def showFriendship(sourceSpecificUser: SpecificInfo, targetSpecificUser: SpecificInfo): Relationship

    sourceSpecificUser

    (required) the source user specific information(screen name or ID)

    targetSpecificUser

    (required) the target user specific information(screen name or ID)

    returns

    Relationship

    Definition Classes
    FriendsFollowersResourcesImplFriendsFollowersResources
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. def updateFriendship(specificUser: SpecificInfo, enableDeviceNotification: Boolean, retweets: Boolean): Relationship

    specificUser

    (required) user specific information(screen name or ID) to update

    enableDeviceNotification

    (required) set true to enable device notification

    retweets

    (required) set true to enable retweets

    returns

    Relationship

    Definition Classes
    FriendsFollowersResourcesImplFriendsFollowersResources
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FriendsFollowersResources

Inherited from AnyRef

Inherited from Any

Ungrouped