Modifier and Type | Method and Description |
---|---|
User |
Friendships.create(FriendshipCreateRequest parameters)
Allows the authenticating users to follow the user specified in the ID parameter.
|
User |
Friendships.destroy(FriendshipDestroyRequest parameters)
Allows the authenticating user to unfollow the user specified in the ID parameter.
|
User |
Friendships.incoming(FriendshipsIncomingRequest parameters)
Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.
|
User |
Friendships.outgoing(FriendshipsOutgoingRequest parameters)
Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
|
User |
Twitter.show(UsersShowRequest parameters) |
User |
Users.show(UsersShowRequest parameters)
Returns a variety of information about the user specified by the required user_id or screen_name parameter.
|
User |
Friendships.update(FriendshipUpdateRequest parameters)
Allows one to enable or disable retweets and device notifications from the specified user.
|
User |
Account.updateProfile(UpdateProfileRequest parameters)
Sets some values that users are able to set under the “Account” tab of their settings page.
|
User |
Twitter.updateProfile(UpdateProfileRequest parameters) |
User |
Account.verifyCredentials()
Returns user credentials for the authenticating user.
|
User |
Twitter.verifyCredentials() |
Modifier and Type | Method and Description |
---|---|
List<User> |
FollowersListResponse.getUsers() |
List<User> |
FriendsListResponse.getUsers() |
List<User> |
Twitter.lookup(UsersLookupRequest parameters) |
List<User> |
Users.lookup(UsersLookupRequest parameters)
Returns fully-hydrated user objects for up to 100 users per request, as specified by comma-separated values passed to the user_id and/or screen_name parameters.
|
List<User> |
Twitter.members(String slug) |
List<User> |
SuggestedUsers.members(String slug)
Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user.
|
List<User> |
Twitter.search(UsersSearchRequest parameters) |
List<User> |
Users.search(UsersSearchRequest parameters)
Provides a simple, relevance-based search interface to public user accounts on Twitter.
|
Modifier and Type | Method and Description |
---|---|
void |
FollowersListResponse.setUsers(List<User> users) |
void |
FriendsListResponse.setUsers(List<User> users) |
FollowersListResponse |
FollowersListResponse.withUsers(List<User> users) |
FriendsListResponse |
FriendsListResponse.withUsers(List<User> users) |
Modifier and Type | Method and Description |
---|---|
User |
TwitterJsonUserActivityConverter.fromActivity(Activity deserialized) |
User |
TwitterJsonUserActivityObjectConverter.fromActivityObject(ActivityObject deserialized) |
Modifier and Type | Method and Description |
---|---|
List<User> |
TwitterJsonUserActivityConverter.fromActivityList(List<Activity> list) |
Modifier and Type | Method and Description |
---|---|
List<Activity> |
TwitterJsonUserActivityConverter.toActivityList(User user) |
ActivityObject |
TwitterJsonUserActivityObjectConverter.toActivityObject(User serialized) |
Modifier and Type | Method and Description |
---|---|
List<Activity> |
TwitterJsonUserActivityConverter.toActivityList(List<User> serializedList) |
Modifier and Type | Method and Description |
---|---|
static ActivityObject |
TwitterActivityUtil.buildActor(User user)
Builds the activity
ActivityObject actor from the User. |
static void |
TwitterActivityUtil.updateActivity(User user,
Activity activity)
Updates the given Activity object with the values from the User
|
Modifier and Type | Method and Description |
---|---|
void |
Follow.setFollowee(User followee) |
void |
Follow.setFollower(User follower) |
void |
Tweet.setUser(User user) |
Follow |
Follow.withFollowee(User followee) |
Follow |
Follow.withFollower(User follower) |
Tweet |
Tweet.withUser(User user) |
Modifier and Type | Method and Description |
---|---|
boolean |
TwitterFollowingProvider.shouldContinuePulling(List<User> users) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.