Property | Defined by | ||
---|---|---|---|
bandwidthMax : Number
The max bandwidth for the user
| User | ||
bandwidthUsed : Number
The used bandwidth for the user
| User | ||
filesizeMax : Number
The max filesize of an image for the user
| User | ||
firstPhotoTakenDate : Date
The date of the user's first photo taken
| User | ||
firstPhotoUploadDate : Date
The date of the user's first photo upload
| User | ||
fullname : String
The full name of the user
| User | ||
iconServer : int
The icon server of the user
| User | ||
isAdmin : Boolean
Flag if the user is an admin
| User | ||
isFamily : Boolean
Flag if the user is family
| User | ||
isFriend : Boolean
Flag if the user is friend
| User | ||
isIgnored : Boolean
Flag if the user is ignored
| User | ||
isPro : Boolean
Flag if the user has a pro account
| User | ||
location : String
The location of the user
| User | ||
mboxSha1Sum : String
The sha1 sum of the mailbox of the user
| User | ||
nsid : String
The NSID of the user
| User | ||
photoCount : int
The number of photos uploaded by the user
| User | ||
photoUrl : String
The photo url of the user
| User | ||
profileUrl : String
The profile url of the user
| User | ||
tags : Array
The tags of the user
| User | ||
url : String
The url for the user's flickr page
| User | ||
username : String
The username of the user
| User |
Method | Defined by | ||
---|---|---|---|
User()
Construct a new User instance
| User |
bandwidthMax | property |
bandwidthMax:Number
[read-write]The max bandwidth for the user
Implementation public function get bandwidthMax():Number
public function set bandwidthMax(value:Number):void
bandwidthUsed | property |
bandwidthUsed:Number
[read-write]The used bandwidth for the user
Implementation public function get bandwidthUsed():Number
public function set bandwidthUsed(value:Number):void
filesizeMax | property |
filesizeMax:Number
[read-write]The max filesize of an image for the user
Implementation public function get filesizeMax():Number
public function set filesizeMax(value:Number):void
firstPhotoTakenDate | property |
firstPhotoTakenDate:Date
[read-write]The date of the user's first photo taken
Implementation public function get firstPhotoTakenDate():Date
public function set firstPhotoTakenDate(value:Date):void
firstPhotoUploadDate | property |
firstPhotoUploadDate:Date
[read-write]The date of the user's first photo upload
Implementation public function get firstPhotoUploadDate():Date
public function set firstPhotoUploadDate(value:Date):void
fullname | property |
fullname:String
[read-write]The full name of the user
Implementation public function get fullname():String
public function set fullname(value:String):void
iconServer | property |
iconServer:int
[read-write]The icon server of the user
Implementation public function get iconServer():int
public function set iconServer(value:int):void
isAdmin | property |
isAdmin:Boolean
[read-write]Flag if the user is an admin
Implementation public function get isAdmin():Boolean
public function set isAdmin(value:Boolean):void
isFamily | property |
isFamily:Boolean
[read-write]Flag if the user is family
Implementation public function get isFamily():Boolean
public function set isFamily(value:Boolean):void
isFriend | property |
isFriend:Boolean
[read-write]Flag if the user is friend
Implementation public function get isFriend():Boolean
public function set isFriend(value:Boolean):void
isIgnored | property |
isIgnored:Boolean
[read-write]Flag if the user is ignored
Implementation public function get isIgnored():Boolean
public function set isIgnored(value:Boolean):void
isPro | property |
isPro:Boolean
[read-write]Flag if the user has a pro account
Implementation public function get isPro():Boolean
public function set isPro(value:Boolean):void
location | property |
location:String
[read-write]The location of the user
Implementation public function get location():String
public function set location(value:String):void
mboxSha1Sum | property |
mboxSha1Sum:String
[read-write]The sha1 sum of the mailbox of the user
Implementation public function get mboxSha1Sum():String
public function set mboxSha1Sum(value:String):void
nsid | property |
nsid:String
[read-write]The NSID of the user
Implementation public function get nsid():String
public function set nsid(value:String):void
photoCount | property |
photoCount:int
[read-write]The number of photos uploaded by the user
Implementation public function get photoCount():int
public function set photoCount(value:int):void
photoUrl | property |
photoUrl:String
[read-write]The photo url of the user
Implementation public function get photoUrl():String
public function set photoUrl(value:String):void
profileUrl | property |
profileUrl:String
[read-write]The profile url of the user
Implementation public function get profileUrl():String
public function set profileUrl(value:String):void
tags | property |
tags:Array
[read-write]The tags of the user
Implementation public function get tags():Array
public function set tags(value:Array):void
url | property |
url:String
[read-write]The url for the user's flickr page
Implementation public function get url():String
public function set url(value:String):void
username | property |
username:String
[read-write]The username of the user
Implementation public function get username():String
public function set username(value:String):void
User | () | constructor |
public function User()
Construct a new User instance