Uses of Interface
sfs2x.client.entities.variables.BuddyVariable
-
Packages that use BuddyVariable Package Description sfs2x.client.entities sfs2x.client.entities.managers sfs2x.client.entities.variables sfs2x.client.requests.buddylist -
-
Uses of BuddyVariable in sfs2x.client.entities
Methods in sfs2x.client.entities that return BuddyVariable Modifier and Type Method Description BuddyVariableBuddy. getVariable(java.lang.String varName)Retrieves a Buddy Variable from its name.BuddyVariableSFSBuddy. getVariable(java.lang.String varName)Methods in sfs2x.client.entities that return types with arguments of type BuddyVariable Modifier and Type Method Description java.util.List<BuddyVariable>Buddy. getOfflineVariables()Retrieves the list of persistent Buddy Variables of this buddy.java.util.List<BuddyVariable>SFSBuddy. getOfflineVariables()java.util.List<BuddyVariable>Buddy. getOnlineVariables()Retrieves the list of non-persistent Buddy Variables of this buddy.java.util.List<BuddyVariable>SFSBuddy. getOnlineVariables()java.util.List<BuddyVariable>Buddy. getVariables()Returns a list of BuddyVariable objects associated with the buddy.java.util.List<BuddyVariable>SFSBuddy. getVariables()Methods in sfs2x.client.entities with parameters of type BuddyVariable Modifier and Type Method Description voidBuddy. setVariable(BuddyVariable bVar)* API internal usage only *voidSFSBuddy. setVariable(BuddyVariable bVar)Method parameters in sfs2x.client.entities with type arguments of type BuddyVariable Modifier and Type Method Description voidBuddy. setVariables(java.util.List<BuddyVariable> variables)* API internal usage only *voidSFSBuddy. setVariables(java.util.List<BuddyVariable> variables)* API internal usage only * -
Uses of BuddyVariable in sfs2x.client.entities.managers
Methods in sfs2x.client.entities.managers that return BuddyVariable Modifier and Type Method Description BuddyVariableIBuddyManager. getMyVariable(java.lang.String varName)Retrieves a Buddy Variable from its name.BuddyVariableSFSBuddyManager. getMyVariable(java.lang.String varName)Methods in sfs2x.client.entities.managers that return types with arguments of type BuddyVariable Modifier and Type Method Description java.util.List<BuddyVariable>IBuddyManager. getMyVariables()Returns all the Buddy Variables associated with the current user.java.util.List<BuddyVariable>SFSBuddyManager. getMyVariables()Methods in sfs2x.client.entities.managers with parameters of type BuddyVariable Modifier and Type Method Description voidIBuddyManager. setMyVariable(BuddyVariable bVar)* API internal usage only *voidSFSBuddyManager. setMyVariable(BuddyVariable bVar)Method parameters in sfs2x.client.entities.managers with type arguments of type BuddyVariable Modifier and Type Method Description voidIBuddyManager. setMyVariables(java.util.List<BuddyVariable> variables)* API internal usage only *voidSFSBuddyManager. setMyVariables(java.util.List<BuddyVariable> variables) -
Uses of BuddyVariable in sfs2x.client.entities.variables
Classes in sfs2x.client.entities.variables that implement BuddyVariable Modifier and Type Class Description classSFSBuddyVariableThe SFSBuddyVariable object represents a SmartFoxServer Buddy Variable entity on the client.Methods in sfs2x.client.entities.variables that return BuddyVariable Modifier and Type Method Description static BuddyVariableSFSBuddyVariable. fromSFSArray(com.smartfoxserver.v2.entities.data.ISFSArray sfsa)* API internal usage only * -
Uses of BuddyVariable in sfs2x.client.requests.buddylist
Constructor parameters in sfs2x.client.requests.buddylist with type arguments of type BuddyVariable Constructor Description SetBuddyVariablesRequest(java.util.List<BuddyVariable> buddyVariables)Creates a new SetBuddyVariablesRequest instance.
-