Packagecom.adobe.webapis.flickr
Classpublic class Photo

Photo is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
Construct a new Photo instance
Photo
Property detail
addMetaPermissionproperty
addMetaPermission:int  [read-write]

The add meta permission for the photo

Implementation
    public function get addMetaPermission():int
    public function set addMetaPermission(value:int):void
canAddMetaproperty 
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
canCommentproperty 
canComment:int  [read-write]

Whether or not the user can comment

Implementation
    public function get canComment():int
    public function set canComment(value:int):void
commentCountproperty 
commentCount:int  [read-write]

The number of comments on the photo

Implementation
    public function get commentCount():int
    public function set commentCount(value:int):void
commentPermissionproperty 
commentPermission:int  [read-write]

The comment permission for the photo

Implementation
    public function get commentPermission():int
    public function set commentPermission(value:int):void
dateAddedproperty 
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
dateTakenproperty 
dateTaken:Date  [read-write]

The date the photo was taken

Implementation
    public function get dateTaken():Date
    public function set dateTaken(value:Date):void
dateUploadedproperty 
dateUploaded:Date  [read-write]

The upload date of the photo

Implementation
    public function get dateUploaded():Date
    public function set dateUploaded(value:Date):void
descriptionproperty 
description:String  [read-write]

The description of the photo

Implementation
    public function get description():String
    public function set description(value:String):void
exifsproperty 
exifs:Array  [read-write]

The exifs of the photo

Implementation
    public function get exifs():Array
    public function set exifs(value:Array):void
iconServerproperty 
iconServer:int  [read-write]

The icon server of the photo

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

The id of the photo

Implementation
    public function get id():String
    public function set id(value:String):void
isFamilyproperty 
isFamily:Boolean  [read-write]

Flag for the photo having family access

Implementation
    public function get isFamily():Boolean
    public function set isFamily(value:Boolean):void
isFavoriteproperty 
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
isFriendproperty 
isFriend:Boolean  [read-write]

Flag for the photo having friend access

Implementation
    public function get isFriend():Boolean
    public function set isFriend(value:Boolean):void
isPublicproperty 
isPublic:Boolean  [read-write]

Flag for the photo having public access

Implementation
    public function get isPublic():Boolean
    public function set isPublic(value:Boolean):void
licenseproperty 
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

notesproperty 
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
originalFormatproperty 
originalFormat:String  [read-write]

The original format of the photo

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

The id of owner of the photo

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

The location of the photo's owner

Implementation
    public function get ownerLocation():String
    public function set ownerLocation(value:String):void
ownerNameproperty 
ownerName:String  [read-write]

The name of owner of the photo

Implementation
    public function get ownerName():String
    public function set ownerName(value:String):void
ownerRealNameproperty 
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
rotationproperty 
rotation:int  [read-write]

The rotation of the photo

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

The photo secret

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

The server of the photo

Implementation
    public function get server():int
    public function set server(value:int):void
tagsproperty 
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
titleproperty 
title:String  [read-write]

The title of the photo

Implementation
    public function get title():String
    public function set title(value:String):void
urlproperty 
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
urlsproperty 
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
Constructor detail
Photo()constructor
public function Photo()

Construct a new Photo instance