Packagecom.adobe.webapis.flickr
Classpublic class PhotoSet

PhotoSet is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined by
  description : String
The description of the photo set
PhotoSet
  id : String
The id of the photo set
PhotoSet
  ownerId : String
The owner id of the photo set
PhotoSet
  photoCount : int
The photo count of the photo set
PhotoSet
  photos : Array
The photos in the photo set
PhotoSet
  primaryPhotoId : String
The primary photo id of the photo set
PhotoSet
  secret : String
The secret of the photo set
PhotoSet
  server : int
The server of the photo set
PhotoSet
  title : String
The title of the photo set
PhotoSet
  url : String
The url of the photo set
PhotoSet
Public Methods
 MethodDefined by
  
Construct a new PhotoSet instance
PhotoSet
Property detail
descriptionproperty
description:String  [read-write]

The description of the photo set

Implementation
    public function get description():String
    public function set description(value:String):void
idproperty 
id:String  [read-write]

The id of the photo set

Implementation
    public function get id():String
    public function set id(value:String):void
ownerIdproperty 
ownerId:String  [read-write]

The owner id of the photo set

Implementation
    public function get ownerId():String
    public function set ownerId(value:String):void
photoCountproperty 
photoCount:int  [read-write]

The photo count of the photo set

Implementation
    public function get photoCount():int
    public function set photoCount(value:int):void
photosproperty 
photos:Array  [read-write]

The photos in the photo set

Implementation
    public function get photos():Array
    public function set photos(value:Array):void
primaryPhotoIdproperty 
primaryPhotoId:String  [read-write]

The primary photo id of the photo set

Implementation
    public function get primaryPhotoId():String
    public function set primaryPhotoId(value:String):void
secretproperty 
secret:String  [read-write]

The secret of the photo set

Implementation
    public function get secret():String
    public function set secret(value:String):void
serverproperty 
server:int  [read-write]

The server of the photo set

Implementation
    public function get server():int
    public function set server(value:int):void
titleproperty 
title:String  [read-write]

The title of the photo set

Implementation
    public function get title():String
    public function set title(value:String):void
urlproperty 
url:String  [read-write]

The url of the photo set

Implementation
    public function get url():String
    public function set url(value:String):void
Constructor detail
PhotoSet()constructor
public function PhotoSet()

Construct a new PhotoSet instance