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