Uses of Interface
sfs2x.client.entities.variables.UserVariable
-
Packages that use UserVariable Package Description sfs2x.client.entities sfs2x.client.entities.variables sfs2x.client.requests -
-
Uses of UserVariable in sfs2x.client.entities
Methods in sfs2x.client.entities that return UserVariable Modifier and Type Method Description UserVariableSFSUser. getVariable(java.lang.String varName)UserVariableUser. getVariable(java.lang.String varName)Retrieves a User Variable from its name.Methods in sfs2x.client.entities that return types with arguments of type UserVariable Modifier and Type Method Description java.util.List<UserVariable>SFSUser. getVariables()java.util.List<UserVariable>User. getVariables()Retrieves all the User Variables of this user.Methods in sfs2x.client.entities with parameters of type UserVariable Modifier and Type Method Description voidSFSUser. setVariable(UserVariable userVariable)* API internal usage only *voidUser. setVariable(UserVariable userVariable)* API internal usage only *Method parameters in sfs2x.client.entities with type arguments of type UserVariable Modifier and Type Method Description voidSFSUser. setVariables(java.util.List<? extends UserVariable> userVariables)* API internal usage only *voidUser. setVariables(java.util.List<? extends UserVariable> userVariables)* API internal usage only * -
Uses of UserVariable in sfs2x.client.entities.variables
Classes in sfs2x.client.entities.variables that implement UserVariable Modifier and Type Class Description classSFSUserVariableThe SFSUserVariable object represents a SmartFoxServer User Variable entity on the client.Methods in sfs2x.client.entities.variables that return UserVariable Modifier and Type Method Description static UserVariableSFSUserVariable. fromSFSArray(com.smartfoxserver.v2.entities.data.ISFSArray sfsa)* API internal usage only * -
Uses of UserVariable in sfs2x.client.requests
Constructor parameters in sfs2x.client.requests with type arguments of type UserVariable Constructor Description SetUserVariablesRequest(java.util.List<UserVariable> userVariables)Creates a new SetUserVariablesRequest instance.
-