Packagecom.adobe.webapis.flickr
Classpublic class User

User is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
User()
Construct a new User instance
User
Property detail
bandwidthMaxproperty
bandwidthMax:Number  [read-write]

The max bandwidth for the user

Implementation
    public function get bandwidthMax():Number
    public function set bandwidthMax(value:Number):void
bandwidthUsedproperty 
bandwidthUsed:Number  [read-write]

The used bandwidth for the user

Implementation
    public function get bandwidthUsed():Number
    public function set bandwidthUsed(value:Number):void
filesizeMaxproperty 
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
firstPhotoTakenDateproperty 
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
firstPhotoUploadDateproperty 
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
fullnameproperty 
fullname:String  [read-write]

The full name of the user

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

The icon server of the user

Implementation
    public function get iconServer():int
    public function set iconServer(value:int):void
isAdminproperty 
isAdmin:Boolean  [read-write]

Flag if the user is an admin

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

Flag if the user is family

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

Flag if the user is friend

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

Flag if the user is ignored

Implementation
    public function get isIgnored():Boolean
    public function set isIgnored(value:Boolean):void
isProproperty 
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
locationproperty 
location:String  [read-write]

The location of the user

Implementation
    public function get location():String
    public function set location(value:String):void
mboxSha1Sumproperty 
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
nsidproperty 
nsid:String  [read-write]

The NSID of the user

Implementation
    public function get nsid():String
    public function set nsid(value:String):void
photoCountproperty 
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
photoUrlproperty 
photoUrl:String  [read-write]

The photo url of the user

Implementation
    public function get photoUrl():String
    public function set photoUrl(value:String):void
profileUrlproperty 
profileUrl:String  [read-write]

The profile url of the user

Implementation
    public function get profileUrl():String
    public function set profileUrl(value:String):void
tagsproperty 
tags:Array  [read-write]

The tags of the user

Implementation
    public function get tags():Array
    public function set tags(value:Array):void
urlproperty 
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
usernameproperty 
username:String  [read-write]

The username of the user

Implementation
    public function get username():String
    public function set username(value:String):void
Constructor detail
User()constructor
public function User()

Construct a new User instance