PagedPhotoList
| Kind of class: | public class |
|---|---|
| Package: | com.adobe.webapis.flickr |
| Inherits from: | none |
| Classpath: | com.adobe.webapis.flickr.PagedPhotoList |
| File last modified: | Monday, 03 July 2006, 15:44:36 |
PagedPhotoList is a ValueObject for the Flickr API.
Summary
Constructor
Constructor
PagedPhotoList
public function PagedPhotoList (
)
Construct a new PagedPhotoList instance
@langversion ActionScript 3.0
@playerversion Flash 8.5
Instance properties
_page
private _page:int
(read)
_pages
private _pages:int
(read)
_perPage
private _perPage:int
(read)
_photos
private _photos:Array
(read)
_total
private _total:int
(read)
page
public page:int
(read,write)
The current page of photos
@langversion ActionScript 3.0
@playerversion Flash 8.5
pages
public pages:int
(read,write)
The number of photo pages
@langversion ActionScript 3.0
@playerversion Flash 8.5
perPage
public perPage:int
(read,write)
The number of photos per page
@langversion ActionScript 3.0
@playerversion Flash 8.5
photos
public photos:Array
(read,write)
The container holding the Photo instances
@langversion ActionScript 3.0
@playerversion Flash 8.5
total
public total:int
(read,write)
The total number of photos
@langversion ActionScript 3.0
@playerversion Flash 8.5