Property | Defined by | ||
---|---|---|---|
addMetaPermission : int
The add meta permission for the photo
| Photo | ||
canAddMeta : int
Whether or not the user can add meta data
| Photo | ||
canComment : int
Whether or not the user can comment
| Photo | ||
commentCount : int
The number of comments on the photo
| Photo | ||
commentPermission : int
The comment permission for the photo
| Photo | ||
dateAdded : Date
The date the photo was added to Flickr
| Photo | ||
dateTaken : Date
The date the photo was taken
| Photo | ||
dateUploaded : Date
The upload date of the photo
| Photo | ||
description : String
The description of the photo
| Photo | ||
exifs : Array
The exifs of the photo
| Photo | ||
iconServer : int
The icon server of the photo
| Photo | ||
id : String
The id of the photo
| Photo | ||
isFamily : Boolean
Flag for the photo having family access
| Photo | ||
isFavorite : Boolean
Whether or not the photo is a favorite
| Photo | ||
isFriend : Boolean
Flag for the photo having friend access
| Photo | ||
isPublic : Boolean
Flag for the photo having public access
| Photo | ||
license : int
The license of the photo, corresponding
to a constant in the License class
| Photo | ||
notes : Array
The notes for the photo - array of PhotoNote
| Photo | ||
originalFormat : String
The original format of the photo
| Photo | ||
ownerId : String
The id of owner of the photo
| Photo | ||
ownerLocation : String
The location of the photo's owner
| Photo | ||
ownerName : String
The name of owner of the photo
| Photo | ||
ownerRealName : String
The owner of the photo's real name
| Photo | ||
rotation : int
The rotation of the photo
| Photo | ||
secret : String
The photo secret
| Photo | ||
server : int
The server of the photo
| Photo | ||
tags : Array
The tags for the photo - array of PhotoTag
| Photo | ||
title : String
The title of the photo
| Photo | ||
url : String
The url of the photo (when dealing with context)
| Photo | ||
urls : Array
The urls for the photo - array of PhotoUrl
| Photo |
Method | Defined by | ||
---|---|---|---|
Photo()
Construct a new Photo instance
| Photo |
addMetaPermission | property |
addMetaPermission:int
[read-write]The add meta permission for the photo
Implementation public function get addMetaPermission():int
public function set addMetaPermission(value:int):void
canAddMeta | property |
canAddMeta:int
[read-write]Whether or not the user can add meta data
Implementation public function get canAddMeta():int
public function set canAddMeta(value:int):void
canComment | property |
canComment:int
[read-write]Whether or not the user can comment
Implementation public function get canComment():int
public function set canComment(value:int):void
commentCount | property |
commentCount:int
[read-write]The number of comments on the photo
Implementation public function get commentCount():int
public function set commentCount(value:int):void
commentPermission | property |
commentPermission:int
[read-write]The comment permission for the photo
Implementation public function get commentPermission():int
public function set commentPermission(value:int):void
dateAdded | property |
dateAdded:Date
[read-write]The date the photo was added to Flickr
Implementation public function get dateAdded():Date
public function set dateAdded(value:Date):void
dateTaken | property |
dateTaken:Date
[read-write]The date the photo was taken
Implementation public function get dateTaken():Date
public function set dateTaken(value:Date):void
dateUploaded | property |
dateUploaded:Date
[read-write]The upload date of the photo
Implementation public function get dateUploaded():Date
public function set dateUploaded(value:Date):void
description | property |
description:String
[read-write]The description of the photo
Implementation public function get description():String
public function set description(value:String):void
exifs | property |
exifs:Array
[read-write]The exifs of the photo
Implementation public function get exifs():Array
public function set exifs(value:Array):void
iconServer | property |
iconServer:int
[read-write]The icon server of the photo
Implementation public function get iconServer():int
public function set iconServer(value:int):void
id | property |
id:String
[read-write]The id of the photo
Implementation public function get id():String
public function set id(value:String):void
isFamily | property |
isFamily:Boolean
[read-write]Flag for the photo having family access
Implementation public function get isFamily():Boolean
public function set isFamily(value:Boolean):void
isFavorite | property |
isFavorite:Boolean
[read-write]Whether or not the photo is a favorite
Implementation public function get isFavorite():Boolean
public function set isFavorite(value:Boolean):void
isFriend | property |
isFriend:Boolean
[read-write]Flag for the photo having friend access
Implementation public function get isFriend():Boolean
public function set isFriend(value:Boolean):void
isPublic | property |
isPublic:Boolean
[read-write]Flag for the photo having public access
Implementation public function get isPublic():Boolean
public function set isPublic(value:Boolean):void
license | property |
license:int
[read-write]The license of the photo, corresponding to a constant in the License class
Implementation public function get license():int
public function set license(value:int):void
See also
notes | property |
notes:Array
[read-write]The notes for the photo - array of PhotoNote
Implementation public function get notes():Array
public function set notes(value:Array):void
originalFormat | property |
originalFormat:String
[read-write]The original format of the photo
Implementation public function get originalFormat():String
public function set originalFormat(value:String):void
ownerId | property |
ownerId:String
[read-write]The id of owner of the photo
Implementation public function get ownerId():String
public function set ownerId(value:String):void
ownerLocation | property |
ownerLocation:String
[read-write]The location of the photo's owner
Implementation public function get ownerLocation():String
public function set ownerLocation(value:String):void
ownerName | property |
ownerName:String
[read-write]The name of owner of the photo
Implementation public function get ownerName():String
public function set ownerName(value:String):void
ownerRealName | property |
ownerRealName:String
[read-write]The owner of the photo's real name
Implementation public function get ownerRealName():String
public function set ownerRealName(value:String):void
rotation | property |
rotation:int
[read-write]The rotation of the photo
Implementation public function get rotation():int
public function set rotation(value:int):void
secret | property |
secret:String
[read-write]The photo secret
Implementation public function get secret():String
public function set secret(value:String):void
server | property |
server:int
[read-write]The server of the photo
Implementation public function get server():int
public function set server(value:int):void
tags | property |
tags:Array
[read-write]The tags for the photo - array of PhotoTag
Implementation public function get tags():Array
public function set tags(value:Array):void
title | property |
title:String
[read-write]The title of the photo
Implementation public function get title():String
public function set title(value:String):void
url | property |
url:String
[read-write]The url of the photo (when dealing with context)
Implementation public function get url():String
public function set url(value:String):void
urls | property |
urls:Array
[read-write]The urls for the photo - array of PhotoUrl
Implementation public function get urls():Array
public function set urls(value:Array):void
Photo | () | constructor |
public function Photo()
Construct a new Photo instance