Uses of Interface
twitter4j.Friendship

Packages that use Friendship
twitter4j   
twitter4j.api   
 

Uses of Friendship in twitter4j
 

Methods in twitter4j that return types with arguments of type Friendship
 ResponseList<Friendship> Twitter.lookupFriendships(int[] ids)
          Returns the relationship of the authenticating user to the specified users.
 ResponseList<Friendship> Twitter.lookupFriendships(java.lang.String[] screenNames)
          Returns the relationship of the authenticating user to the specified users.
 

Method parameters in twitter4j with type arguments of type Friendship
 void TwitterListener.lookedUpFriendships(ResponseList<Friendship> friendships)
           
 void TwitterAdapter.lookedUpFriendships(ResponseList<Friendship> friendships)
           
 

Uses of Friendship in twitter4j.api
 

Methods in twitter4j.api that return types with arguments of type Friendship
 ResponseList<Friendship> FriendshipMethods.lookupFriendships(int[] ids)
          Returns the relationship of the authenticating user to the specified users.
 ResponseList<Friendship> FriendshipMethods.lookupFriendships(java.lang.String[] screenNames)
          Returns the relationship of the authenticating user to the specified users.
 



Copyright © 2011. All Rights Reserved.