Packagecom.yahoo.webapis.answers
Classpublic class Category

Category is a ValueObject for the Answers API.



Public Properties
 PropertyDefined by
  id : String
The ID of the Category.
Category
  name : String
The Name of the Category.
Category
Public Methods
 MethodDefined by
  
Construct a new Question instance.
Category
Property detail
idproperty
id:String  [read-write]

The ID of the Category.

Implementation
    public function get id():String
    public function set id(value:String):void
nameproperty 
name:String  [read-write]

The Name of the Category.

Implementation
    public function get name():String
    public function set name(value:String):void
Constructor detail
Category()constructor
public function Category()

Construct a new Question instance.