Uses of Interface
sfs2x.client.entities.Buddy
-
Packages that use Buddy Package Description sfs2x.client.entities sfs2x.client.entities.managers sfs2x.client.requests.buddylist -
-
Uses of Buddy in sfs2x.client.entities
Classes in sfs2x.client.entities that implement Buddy Modifier and Type Class Description classSFSBuddyThe SFSBuddy object represents a buddy in the current user's buddies list.Methods in sfs2x.client.entities that return Buddy Modifier and Type Method Description static BuddySFSBuddy. fromSFSArray(com.smartfoxserver.v2.entities.data.ISFSArray arr)* API internal usage only * -
Uses of Buddy in sfs2x.client.entities.managers
Methods in sfs2x.client.entities.managers that return Buddy Modifier and Type Method Description BuddyIBuddyManager. getBuddyById(int id)Retrieves a Buddy object from its id property.BuddySFSBuddyManager. getBuddyById(int id)BuddyIBuddyManager. getBuddyByName(java.lang.String name)Retrieves a Buddy object from its name property.BuddySFSBuddyManager. getBuddyByName(java.lang.String name)BuddyIBuddyManager. getBuddyByNickName(java.lang.String nickName)Retrieves a Buddy object from its nickName property (if set).BuddySFSBuddyManager. getBuddyByNickName(java.lang.String nickName)BuddyIBuddyManager. removeBuddyById(int id)* API internal usage only *BuddySFSBuddyManager. removeBuddyById(int id)BuddyIBuddyManager. removeBuddyByName(java.lang.String name)* API internal usage only *BuddySFSBuddyManager. removeBuddyByName(java.lang.String name)Methods in sfs2x.client.entities.managers that return types with arguments of type Buddy Modifier and Type Method Description java.util.List<Buddy>IBuddyManager. getBuddyList()Returns a list of Buddy objects representing all the buddies in the user's buddies list.java.util.List<Buddy>SFSBuddyManager. getBuddyList()java.util.List<Buddy>IBuddyManager. getOfflineBuddies()Returns a list of Buddy objects representing all the offline buddies in the user's buddies list.java.util.List<Buddy>SFSBuddyManager. getOfflineBuddies()java.util.List<Buddy>IBuddyManager. getOnlineBuddies()Returns a list of Buddy objects representing all the online buddies in the user's buddies list.java.util.List<Buddy>SFSBuddyManager. getOnlineBuddies()Methods in sfs2x.client.entities.managers with parameters of type Buddy Modifier and Type Method Description voidIBuddyManager. addBuddy(Buddy buddy)* API internal usage only *voidSFSBuddyManager. addBuddy(Buddy buddy) -
Uses of Buddy in sfs2x.client.requests.buddylist
Constructors in sfs2x.client.requests.buddylist with parameters of type Buddy Constructor Description BuddyMessageRequest(java.lang.String message, Buddy targetBuddy)BuddyMessageRequest(java.lang.String message, Buddy targetBuddy, com.smartfoxserver.v2.entities.data.ISFSObject params)Creates a new BuddyMessageRequest instance.
-