Package | com.adobe.webapis.flickr |
Class | public class PhotoSet |
Property | Defined 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 |
Method | Defined by | ||
---|---|---|---|
PhotoSet()
Construct a new PhotoSet instance
| PhotoSet |
description | property |
description:String
[read-write]The description of the photo set
Implementation public function get description():String
public function set description(value:String):void
id | property |
id:String
[read-write]The id of the photo set
Implementation public function get id():String
public function set id(value:String):void
ownerId | property |
ownerId:String
[read-write]The owner id of the photo set
Implementation public function get ownerId():String
public function set ownerId(value:String):void
photoCount | property |
photoCount:int
[read-write]The photo count of the photo set
Implementation public function get photoCount():int
public function set photoCount(value:int):void
photos | property |
photos:Array
[read-write]The photos in the photo set
Implementation public function get photos():Array
public function set photos(value:Array):void
primaryPhotoId | property |
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
secret | property |
secret:String
[read-write]The secret of the photo set
Implementation public function get secret():String
public function set secret(value:String):void
server | property |
server:int
[read-write]The server of the photo set
Implementation public function get server():int
public function set server(value:int):void
title | property |
title:String
[read-write]The title of the photo set
Implementation public function get title():String
public function set title(value:String):void
url | property |
url:String
[read-write]The url of the photo set
Implementation public function get url():String
public function set url(value:String):void
PhotoSet | () | constructor |
public function PhotoSet()
Construct a new PhotoSet instance