Package | com.adobe.webapis.flickr |
Class | public class PagedGroupList |
Property | Defined by | ||
---|---|---|---|
groups : Array
The container holding the Group instances
| PagedGroupList | ||
page : int
The current page of groups
| PagedGroupList | ||
pages : int
The number of photo pages
| PagedGroupList | ||
perPage : int
The number of groups per page
| PagedGroupList | ||
total : int
The total number of groups
| PagedGroupList |
Method | Defined by | ||
---|---|---|---|
Construct a new PagedGroupList instance
| PagedGroupList |
groups | property |
groups:Array
[read-write]The container holding the Group instances
Implementation public function get groups():Array
public function set groups(value:Array):void
page | property |
page:int
[read-write]The current page of groups
Implementation public function get page():int
public function set page(value:int):void
pages | property |
pages:int
[read-write]The number of photo pages
Implementation public function get pages():int
public function set pages(value:int):void
perPage | property |
perPage:int
[read-write]The number of groups per page
Implementation public function get perPage():int
public function set perPage(value:int):void
total | property |
total:int
[read-write]The total number of groups
Implementation public function get total():int
public function set total(value:int):void
PagedGroupList | () | constructor |
public function PagedGroupList()
Construct a new PagedGroupList instance