Packagecom.adobe.webapis.flickr
Classpublic class PhotoCount

PhotoCount is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined by
  count : int
The count value
PhotoCount
  fromDate : Date
The from date value
PhotoCount
  toDate : Date
The to date value
PhotoCount
Public Methods
 MethodDefined by
  
Construct a new PhotoCount instance
PhotoCount
Property detail
countproperty
count:int  [read-write]

The count value

Implementation
    public function get count():int
    public function set count(value:int):void
fromDateproperty 
fromDate:Date  [read-write]

The from date value

Implementation
    public function get fromDate():Date
    public function set fromDate(value:Date):void
toDateproperty 
toDate:Date  [read-write]

The to date value

Implementation
    public function get toDate():Date
    public function set toDate(value:Date):void
Constructor detail
PhotoCount()constructor
public function PhotoCount()

Construct a new PhotoCount instance