Packagecom.adobe.webapis.flickr
Classpublic class PagedPhotoList

PagedPhotoList is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined by
  page : int
The current page of photos
PagedPhotoList
  pages : int
The number of photo pages
PagedPhotoList
  perPage : int
The number of photos per page
PagedPhotoList
  photos : Array
The container holding the Photo instances
PagedPhotoList
  total : int
The total number of photos
PagedPhotoList
Public Methods
 MethodDefined by
  
Construct a new PagedPhotoList instance
PagedPhotoList
Property detail
pageproperty
page:int  [read-write]

The current page of photos

Implementation
    public function get page():int
    public function set page(value:int):void
pagesproperty 
pages:int  [read-write]

The number of photo pages

Implementation
    public function get pages():int
    public function set pages(value:int):void
perPageproperty 
perPage:int  [read-write]

The number of photos per page

Implementation
    public function get perPage():int
    public function set perPage(value:int):void
photosproperty 
photos:Array  [read-write]

The container holding the Photo instances

Implementation
    public function get photos():Array
    public function set photos(value:Array):void
totalproperty 
total:int  [read-write]

The total number of photos

Implementation
    public function get total():int
    public function set total(value:int):void
Constructor detail
PagedPhotoList()constructor
public function PagedPhotoList()

Construct a new PagedPhotoList instance