| Package | com.electrotank.electroserver4.message.request |
| Class | public class GetUserVariablesRequest |
| Inheritance | GetUserVariablesRequest com.electrotank.electroserver4.message.request.RequestImpl |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new instance of the GetUserVariablesRequest class.
| GetUserVariablesRequest | ||
|
addUserVariableName(name:String):void
Add a user variable name that you are interested in.
| GetUserVariablesRequest | ||
|
getUserName():String
The name of the user you want to know about.
| GetUserVariablesRequest | ||
|
getUserVariableNames():Array
The list of names that you've added.
| GetUserVariablesRequest | ||
|
setUserName(userName:String):void
Sets the name of the user you want to know about.
| GetUserVariablesRequest | ||
| GetUserVariablesRequest | |||
| GetUserVariablesRequest | () | constructor |
public function GetUserVariablesRequest()Creates a new instance of the GetUserVariablesRequest class.
| addUserVariableName | () | method |
public function addUserVariableName(name:String):voidAdd a user variable name that you are interested in.
Parametersname:String — User variable name that you are interested in.
|
| getUserName | () | method |
public function getUserName():StringThe name of the user you want to know about.
ReturnsString — The name of the user you want to know about.
|
| getUserVariableNames | () | method |
public function getUserVariableNames():ArrayThe list of names that you've added.
ReturnsArray — The list of names that you've added.
|
| setUserName | () | method |
public function setUserName(userName:String):voidSets the name of the user you want to know about.
ParametersuserName:String — The name of the user you want to know about.
|
| validate | () | method |