| Package | com.yahoo.webapis.upcoming |
| Class | public class Category |
| Inheritance | Category flash.events.EventDispatcher |
| Property | Defined by | ||
|---|---|---|---|
| description : String
Upcoming.org category description
| Category | ||
| id : Number
The Upcoming.org category ID.
| Category | ||
| name : String
Upcoming.org category name.
| Category | ||
| parent_service : UpcomingService
Defines the parent UpcomingService for this category (used to access the token and API key)
| Category | ||
| Method | Defined by | ||
|---|---|---|---|
|
Category(_parent_service:UpcomingService, _id:Number, _name:String = null, _description:String = null)
Category class constructor.
| Category | ||
| description | property |
public var description:StringUpcoming.org category description
| id | property |
public var id:NumberThe Upcoming.org category ID.
| name | property |
public var name:StringUpcoming.org category name.
| parent_service | property |
public var parent_service:UpcomingServiceDefines the parent UpcomingService for this category (used to access the token and API key)
| Category | () | constructor |
public function Category(_parent_service:UpcomingService, _id:Number, _name:String = null, _description:String = null)Category class constructor.
Parameters_parent_service:UpcomingService — An UpcomingService with an instantiated token and API key.
|
|
_id:Number — Upcoming.org category identification number
|
|
_name:String (default = null) — Upcoming.org category name
|
|
_description:String (default = null) — Upcoming.org category description
|