Package | com.adobe.webapis.flickr.methodgroups |
Class | public class Interestingness |
Method | Defined by | ||
---|---|---|---|
Interestingness(service:FlickrService)
Construct a new Interestingness "method group" class
| Interestingness | ||
getList(date:Date = null, extras:String = "", per_page:Number = 100, page:Number = 1):void
Returns the list of interesting photos for the most recent day or a user-specified date.
| Interestingness |
Event | Summary | Defined by | ||
---|---|---|---|---|
Broadcast as a result of the getList method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, an empty object When success is false, contains an "error" FlickrError instance | Interestingness |
Interestingness | () | constructor |
public function Interestingness(service:FlickrService)
Construct a new Interestingness "method group" class
Parametersservice:FlickrService — The FlickrService this method group
is associated with.
|
getList | () | method |
public function getList(date:Date = null, extras:String = "", per_page:Number = 100, page:Number = 1):void
Returns the list of interesting photos for the most recent day or a user-specified date.
Parametersdate:Date (default = null ) — (Optional) A specific date, to return interesting photos for.
|
|
extras:String (default = " ") — (Optional) A comma-delimited list of extra information to
fetch for each returned record. Currently supported fields are:
license, date_upload, date_taken, owner_name, icon_server, and
original_format.
|
|
per_page:Number (default = 100 ) — (Optional) Number of photos to return per page. If this
argument is omitted, it defaults to 100. The maximum allowed
value is 500.
|
|
page:Number (default = 1 ) — (Optional) The page of results to return. If this argument
is omitted, it defaults to 1.
|
See also
interestingnessGetList | event |
com.adobe.webapis.flickr.events.FlickrResultEvent
Broadcast as a result of the getList method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, an empty object When success is false, contains an "error" FlickrError instance
See also