PhotoSet

Kind of class:public class
Package:com.adobe.webapis.flickr
Inherits from:none
Classpath:com.adobe.webapis.flickr.PhotoSet
File last modified:Monday, 03 July 2006, 15:44:36
PhotoSet is a ValueObject for the Flickr API.

Summary


Constructor
Instance properties

Constructor

PhotoSet

public function PhotoSet (
)

Construct a new PhotoSet instance @langversion ActionScript 3.0 @playerversion Flash 8.5

Instance properties

_description

private _description:String
(read)

_id

private _id:String
(read)

_ownerId

private _ownerId:String
(read)

_photoCount

private _photoCount:int
(read)

_photos

private _photos:Array
(read)

_primaryPhotoId

private _primaryPhotoId:String
(read)

_secret

private _secret:String
(read)

_server

private _server:int
(read)

_title

private _title:String
(read)

_url

private _url:String
(read)

description

public description:String
(read,write)

The description of the photo set @langversion ActionScript 3.0 @playerversion Flash 8.5

id

public id:String
(read,write)

The id of the photo set @langversion ActionScript 3.0 @playerversion Flash 8.5

ownerId

public ownerId:String
(read,write)

The owner id of the photo set @langversion ActionScript 3.0 @playerversion Flash 8.5

photoCount

public photoCount:int
(read,write)

The photo count of the photo set @langversion ActionScript 3.0 @playerversion Flash 8.5

photos

public photos:Array
(read,write)

The photos in the photo set @langversion ActionScript 3.0 @playerversion Flash 8.5

primaryPhotoId

public primaryPhotoId:String
(read,write)

The primary photo id of the photo set @langversion ActionScript 3.0 @playerversion Flash 8.5

secret

public secret:String
(read,write)

The secret of the photo set @langversion ActionScript 3.0 @playerversion Flash 8.5

server

public server:int
(read,write)

The server of the photo set @langversion ActionScript 3.0 @playerversion Flash 8.5

title

public title:String
(read,write)

The title of the photo set @langversion ActionScript 3.0 @playerversion Flash 8.5

url

public url:String
(read,write)

The url of the photo set @langversion ActionScript 3.0 @playerversion Flash 8.5