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