Packagecom.adobe.webapis.flickr
Classpublic class PagedGroupList

PagedGroupList is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
Construct a new PagedGroupList instance
PagedGroupList
Property detail
groupsproperty
groups:Array  [read-write]

The container holding the Group instances

Implementation
    public function get groups():Array
    public function set groups(value:Array):void
pageproperty 
page:int  [read-write]

The current page of groups

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 groups per page

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

The total number of groups

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

Construct a new PagedGroupList instance