Uses of Class
com.smartfoxserver.v2.exceptions.SFSVariableException
-
Packages that use SFSVariableException Package Description com.smartfoxserver.v2.entities -
-
Uses of SFSVariableException in com.smartfoxserver.v2.entities
Methods in com.smartfoxserver.v2.entities that throw SFSVariableException Modifier and Type Method Description void
Room. setVariable(RoomVariable roomVariable)
void
Room. setVariable(RoomVariable roomVariable, boolean overridOwnership)
void
SFSRoom. setVariable(RoomVariable roomVariable)
void
SFSRoom. setVariable(RoomVariable roomVariable, boolean overrideOwnership)
void
SFSUser. setVariable(UserVariable var)
void
User. setVariable(UserVariable userVariable)
void
SFSUser. setVariables(java.util.List<UserVariable> userVariables)
void
User. setVariables(java.util.List<UserVariable> userVariables)
-