Packagecom.adobe.webapis.flickr
Classpublic class PhotoPool

PhotoPool is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined by
  id : String
The id of the photo pool
PhotoPool
  title : String
The title of the photo pool
PhotoPool
Public Methods
 MethodDefined by
  
Construct a new PhotoPool instance
PhotoPool
Property detail
idproperty
id:String  [read-write]

The id of the photo pool

Implementation
    public function get id():String
    public function set id(value:String):void
titleproperty 
title:String  [read-write]

The title of the photo pool

Implementation
    public function get title():String
    public function set title(value:String):void
Constructor detail
PhotoPool()constructor
public function PhotoPool()

Construct a new PhotoPool instance