Package | Description |
---|---|
org.apache.streams.twitter.api |
Modifier and Type | Method and Description |
---|---|
FollowersListResponse |
Twitter.list(FollowersListRequest parameters) |
FollowersListResponse |
Followers.list(FollowersListRequest parameters)
Returns a cursored collection of user objects for users following the specified user.
|
FollowersListResponse |
FollowersListResponse.withAdditionalProperty(String name,
Object value) |
FollowersListResponse |
FollowersListResponse.withNextCursor(Long nextCursor) |
FollowersListResponse |
FollowersListResponse.withNextCursorStr(String nextCursorStr) |
FollowersListResponse |
FollowersListResponse.withPreviousCursor(Long previousCursor) |
FollowersListResponse |
FollowersListResponse.withPreviousCursorStr(String previousCursorStr) |
FollowersListResponse |
FollowersListResponse.withUsers(List<User> users) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.