Packagecom.yahoo.webapis.answers
Classpublic class User

User is a ValueObject for the Answers API.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
User()
Construct a new Question instance.
User
Property detail
userIdproperty
userId:String  [read-write]

The ID of the User.

Implementation
    public function get userId():String
    public function set userId(value:String):void
userNickproperty 
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
userURLproperty 
userURL:String  [read-write]

URL to the User's Avatar.

Implementation
    public function get userURL():String
    public function set userURL(value:String):void
userURL_rssproperty 
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
Constructor detail
User()constructor
public function User()

Construct a new Question instance.