| Package | com.yahoo.webapis.answers |
| Class | public class Answer |
| Property | Defined by | ||
|---|---|---|---|
| author : User
The User object of the author of the Answer.
| Answer | ||
| best : String
The Rating 'Best' for the Answer.
| Answer | ||
| content : String
The content of the Answer.
| Answer | ||
| date : Date
The Awarded Date of the Answer.
| Answer | ||
| isChosenAnswer : Boolean
If the Answer has been picked as the 'chosen answer' for the Question's author.
| Answer | ||
| reference : String
An optional reference link.
| Answer | ||
| timestamp : Number
The Posted timestamp of the Answer.
| Answer | ||
| Method | Defined by | ||
|---|---|---|---|
|
Answer()
Construct a new Question instance.
| Answer | ||
| author | property |
author:User [read-write]The User object of the author of the Answer.
Implementation public function get author():User
public function set author(value:User):void
| best | property |
best:String [read-write]The Rating 'Best' for the Answer.
Implementation public function get best():String
public function set best(value:String):void
| content | property |
content:String [read-write]The content of the Answer.
Implementation public function get content():String
public function set content(value:String):void
| date | property |
date:Date [read-write]The Awarded Date of the Answer.
Implementation public function get date():Date
public function set date(value:Date):void
| isChosenAnswer | property |
isChosenAnswer:Boolean [read-write]If the Answer has been picked as the 'chosen answer' for the Question's author.
Implementation public function get isChosenAnswer():Boolean
public function set isChosenAnswer(value:Boolean):void
| reference | property |
reference:String [read-write]An optional reference link.
Implementation public function get reference():String
public function set reference(value:String):void
| timestamp | property |
timestamp:Number [read-write]The Posted timestamp of the Answer.
Implementation public function get timestamp():Number
public function set timestamp(value:Number):void
| Answer | () | constructor |
public function Answer()Construct a new Question instance.