| Property | Defined by | ||
|---|---|---|---|
| userId : String
The ID of the User.
| User | ||
| userNick : String
The Nick Name of the User.
| User | ||
| userURL : String
URL to the User's Avatar.
| User | ||
| userURL_rss : String
URL to the User's RSS Feed
| User | ||
| Method | Defined by | ||
|---|---|---|---|
|
User()
Construct a new Question instance.
| User | ||
| userId | property |
userId:String [read-write]The ID of the User.
Implementation public function get userId():String
public function set userId(value:String):void
| userNick | property |
userNick:String [read-write]The Nick Name of the User. Note this is not always supplied by the Answsers Api data.
Implementation public function get userNick():String
public function set userNick(value:String):void
| userURL | property |
userURL:String [read-write]URL to the User's Avatar.
Implementation public function get userURL():String
public function set userURL(value:String):void
| userURL_rss | property |
userURL_rss:String [read-write]URL to the User's RSS Feed
Implementation public function get userURL_rss():String
public function set userURL_rss(value:String):void
| User | () | constructor |
public function User()Construct a new Question instance.