Package | com.adobe.webapis.flickr |
Class | public class Category |
Property | Defined by | ||
---|---|---|---|
count : int
The number of groups inside the (sub)category
| Category | ||
groups : Array
The groups of the category (Array of Category)
| Category | ||
id : String
The id of the category
| Category | ||
name : String
The name of the category
| Category | ||
path : String
The path for the category
| Category | ||
pathIds : String
The pathIds for the category
| Category | ||
subCategories : Array
The subCategories of the category (Array of Category)
| Category |
Method | Defined by | ||
---|---|---|---|
Category()
Construct a new Category instance
| Category |
count | property |
count:int
[read-write]The number of groups inside the (sub)category
Implementation public function get count():int
public function set count(value:int):void
groups | property |
groups:Array
[read-write]The groups of the category (Array of Category)
Implementation public function get groups():Array
public function set groups(value:Array):void
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
path | property |
path:String
[read-write]The path for the category
Implementation public function get path():String
public function set path(value:String):void
pathIds | property |
pathIds:String
[read-write]The pathIds for the category
Implementation public function get pathIds():String
public function set pathIds(value:String):void
subCategories | property |
subCategories:Array
[read-write]The subCategories of the category (Array of Category)
Implementation public function get subCategories():Array
public function set subCategories(value:Array):void
Category | () | constructor |
public function Category()
Construct a new Category instance