Packagecom.adobe.webapis.flickr
Classpublic class PhotoContext

PhotoContext is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined by
  pools : Array
The pools of the photo
PhotoContext
  sets : Array
The sets of the photo
PhotoContext
Public Methods
 MethodDefined by
  
Construct a new PhotoContext instance
PhotoContext
Property detail
poolsproperty
pools:Array  [read-write]

The pools of the photo

Implementation
    public function get pools():Array
    public function set pools(value:Array):void
setsproperty 
sets:Array  [read-write]

The sets of the photo

Implementation
    public function get sets():Array
    public function set sets(value:Array):void
Constructor detail
PhotoContext()constructor
public function PhotoContext()

Construct a new PhotoContext instance