| Package | com.yahoo.webapis.answers |
| Class | public class ChosenAnswer |
| Property | Defined by | ||
|---|---|---|---|
| author : User
The User of the Answer.
| ChosenAnswer | ||
| awardedTimestamp : Number
The Awarded Date of the Answer.
| ChosenAnswer | ||
| content : String
The content of the Answer.
| ChosenAnswer | ||
| postedTimestamp : Number
The Posted Date of the Answer.
| ChosenAnswer | ||
| Method | Defined by | ||
|---|---|---|---|
|
Construct a new ChosenAnswer instance.
| ChosenAnswer | ||
| author | property |
author:User [read-write]The User of the Answer.
Implementation public function get author():User
public function set author(value:User):void
| awardedTimestamp | property |
awardedTimestamp:Number [read-write]The Awarded Date of the Answer.
Implementation public function get awardedTimestamp():Number
public function set awardedTimestamp(value:Number):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
| postedTimestamp | property |
postedTimestamp:Number [read-write]The Posted Date of the Answer.
Implementation public function get postedTimestamp():Number
public function set postedTimestamp(value:Number):void
| ChosenAnswer | () | constructor |
public function ChosenAnswer()Construct a new ChosenAnswer instance. A ChosenAnswer is like a Answers object, but it contains less details and is a reference in addition to a Answer Object when supplied for that Question. A ChosenAnswer is always returned with a Question if it is resolved.