Package | Description |
---|---|
org.apache.streams.twitter.api | |
org.apache.streams.twitter.pojo |
Modifier and Type | Method and Description |
---|---|
List<Friendship> |
Friendships.lookup(FriendshipsLookupRequest parameters)
Returns the relationships of the authenticating user to the comma-separated list of up to 100 screen_names or user_ids provided.
|
Modifier and Type | Method and Description |
---|---|
Friendship |
Friendship.withAdditionalProperty(String name,
Object value) |
Friendship |
Friendship.withConnections(List<Connection> connections) |
Friendship |
Friendship.withId(Long id) |
Friendship |
Friendship.withIdStr(String idStr) |
Friendship |
Friendship.withName(String name) |
Friendship |
Friendship.withScreenName(String screenName) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.