| Package | com.yahoo.webapis.search |
| Class | public class Category |
| Property | Defined by | ||
|---|---|---|---|
| id : String
The ID of the Category.
| Category | ||
| name : String
The Name of the Category.
| Category | ||
| url : String
The URL of the Category at Yahoo!.
| Category | ||
| Method | Defined by | ||
|---|---|---|---|
|
Category()
Construct a new Category instance.
| Category | ||
|
toString():String
| Category | ||
| id | property |
id:String [read-write]The ID of the Category.
Implementation public function get id():String
public function set id(value:String):void
| name | property |
name:String [read-write]The Name of the Category.
Implementation public function get name():String
public function set name(value:String):void
| url | property |
url:String [read-write]The URL of the Category at Yahoo!.
Implementation public function get url():String
public function set url(value:String):void
| Category | () | constructor |
public function Category()Construct a new Category instance.
| toString | () | method |
public function toString():String
Returns
String |