Category
| Kind of class: | public class |
|---|---|
| Package: | com.adobe.webapis.flickr |
| Inherits from: | none |
| Classpath: | com.adobe.webapis.flickr.Category |
| File last modified: | Monday, 03 July 2006, 15:44:36 |
Category is a ValueObject for the Flickr API.
Summary
Constructor
Instance properties
- _id : String
- _name : String
- _path : String
- _pathIds : String
- _count : int
- _subCategories : Array
- _groups : Array
- id : String
- The id of the category
- name : String
- The name of the category
- path : String
- The path for the category
- pathIds : String
- The pathIds for the category
- count : int
- The number of groups inside the (sub)category
- subCategories : Array
- The subCategories of the category (Array of Category)
- groups : Array
- The groups of the category (Array of Category)
Constructor
Category
public function Category (
)
Construct a new Category instance
@langversion ActionScript 3.0
@playerversion Flash 8.5
Instance properties
_count
private _count:int
(read)
_groups
private _groups:Array
(read)
_id
private _id:String
(read)
_name
private _name:String
(read)
_path
private _path:String
(read)
_pathIds
private _pathIds:String
(read)
_subCategories
private _subCategories:Array
(read)
count
public count:int
(read,write)
The number of groups inside the (sub)category
@langversion ActionScript 3.0
@playerversion Flash 8.5
groups
public groups:Array
(read,write)
The groups of the category (Array of Category)
@langversion ActionScript 3.0
@playerversion Flash 8.5
id
public id:String
(read,write)
The id of the category
@langversion ActionScript 3.0
@playerversion Flash 8.5
name
public name:String
(read,write)
The name of the category
@langversion ActionScript 3.0
@playerversion Flash 8.5
path
public path:String
(read,write)
The path for the category
@langversion ActionScript 3.0
@playerversion Flash 8.5
pathIds
public pathIds:String
(read,write)
The pathIds for the category
@langversion ActionScript 3.0
@playerversion Flash 8.5
subCategories
public subCategories:Array
(read,write)
The subCategories of the category (Array of Category)
@langversion ActionScript 3.0
@playerversion Flash 8.5