Packagecom.adobe.webapis.flickr
Classpublic class Category

Category is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
Construct a new Category instance
Category
Property detail
countproperty
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
groupsproperty 
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
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
pathproperty 
path:String  [read-write]

The path for the category

Implementation
    public function get path():String
    public function set path(value:String):void
pathIdsproperty 
pathIds:String  [read-write]

The pathIds for the category

Implementation
    public function get pathIds():String
    public function set pathIds(value:String):void
subCategoriesproperty 
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
Constructor detail
Category()constructor
public function Category()

Construct a new Category instance