User

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

Summary


Constructor
Instance properties

Constructor

User

public function User (
)

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

Instance properties

_bandwidthMax

private _bandwidthMax:Number
(read)

_bandwidthUsed

private _bandwidthUsed:Number
(read)

_filesizeMax

private _filesizeMax:Number
(read)

_firstPhotoTakenDate

private _firstPhotoTakenDate:Date
(read)

_firstPhotoUploadDate

private _firstPhotoUploadDate:Date
(read)

_fullname

private _fullname:String
(read)

_iconServer

private _iconServer:int
(read)

_isAdmin

private _isAdmin:Boolean
(read)

_isFamily

private _isFamily:Boolean
(read)

_isFriend

private _isFriend:Boolean
(read)

_isIgnored

private _isIgnored:Boolean
(read)

_isPro

private _isPro:Boolean
(read)

_location

private _location:String
(read)

_mboxSha1Sum

private _mboxSha1Sum:String
(read)

_nsid

private _nsid:String
(read)

_photoCount

private _photoCount:int
(read)

_photoUrl

private _photoUrl:String
(read)

_profileUrl

private _profileUrl:String
(read)

_tags

private _tags:Array
(read)

_url

private _url:String
(read)

_username

private _username:String
(read)

bandwidthMax

public bandwidthMax:Number
(read,write)

The max bandwidth for the user @langversion ActionScript 3.0 @playerversion Flash 8.5

bandwidthUsed

public bandwidthUsed:Number
(read,write)

The used bandwidth for the user @langversion ActionScript 3.0 @playerversion Flash 8.5

filesizeMax

public filesizeMax:Number
(read,write)

The max filesize of an image for the user @langversion ActionScript 3.0 @playerversion Flash 8.5

firstPhotoTakenDate

public firstPhotoTakenDate:Date
(read,write)

The date of the user's first photo taken @langversion ActionScript 3.0 @playerversion Flash 8.5

firstPhotoUploadDate

public firstPhotoUploadDate:Date
(read,write)

The date of the user's first photo upload @langversion ActionScript 3.0 @playerversion Flash 8.5

fullname

public fullname:String
(read,write)

The full name of the user @langversion ActionScript 3.0 @playerversion Flash 8.5

iconServer

public iconServer:int
(read,write)

The icon server of the user @langversion ActionScript 3.0 @playerversion Flash 8.5

isAdmin

public isAdmin:Boolean
(read,write)

Flag if the user is an admin @langversion ActionScript 3.0 @playerversion Flash 8.5

isFamily

public isFamily:Boolean
(read,write)

Flag if the user is family @langversion ActionScript 3.0 @playerversion Flash 8.5

isFriend

public isFriend:Boolean
(read,write)

Flag if the user is friend @langversion ActionScript 3.0 @playerversion Flash 8.5

isIgnored

public isIgnored:Boolean
(read,write)

Flag if the user is ignored @langversion ActionScript 3.0 @playerversion Flash 8.5

isPro

public isPro:Boolean
(read,write)

Flag if the user has a pro account @langversion ActionScript 3.0 @playerversion Flash 8.5

location

public location:String
(read,write)

The location of the user @langversion ActionScript 3.0 @playerversion Flash 8.5

mboxSha1Sum

public mboxSha1Sum:String
(read,write)

The sha1 sum of the mailbox of the user @langversion ActionScript 3.0 @playerversion Flash 8.5

nsid

public nsid:String
(read,write)

The NSID of the user @langversion ActionScript 3.0 @playerversion Flash 8.5

photoCount

public photoCount:int
(read,write)

The number of photos uploaded by the user @langversion ActionScript 3.0 @playerversion Flash 8.5

photoUrl

public photoUrl:String
(read,write)

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

profileUrl

public profileUrl:String
(read,write)

The profile url of the user @langversion ActionScript 3.0 @playerversion Flash 8.5

tags

public tags:Array
(read,write)

The tags of the user @langversion ActionScript 3.0 @playerversion Flash 8.5

url

public url:String
(read,write)

The url for the user's flickr page @langversion ActionScript 3.0 @playerversion Flash 8.5

username

public username:String
(read,write)

The username of the user @langversion ActionScript 3.0 @playerversion Flash 8.5