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
- _nsid : String
- _username : String
- _fullname : String
- _isPro : Boolean
- _bandwidthMax : Number
- _bandwidthUsed : Number
- _filesizeMax : Number
- _url : String
- _isIgnored : Boolean
- _isFriend : Boolean
- _isFamily : Boolean
- _isAdmin : Boolean
- _iconServer : int
- _mboxSha1Sum : String
- _location : String
- _photoUrl : String
- _profileUrl : String
- _firstPhotoUploadDate : Date
- _firstPhotoTakenDate : Date
- _photoCount : int
- _tags : Array
- nsid : String
- The NSID of the user
- username : String
- The username of the user
- fullname : String
- The full name of the user
- isPro : Boolean
- Flag if the user has a pro account
- bandwidthMax : Number
- The max bandwidth for the user
- bandwidthUsed : Number
- The used bandwidth for the user
- filesizeMax : Number
- The max filesize of an image for the user
- url : String
- The url for the user's flickr page
- isIgnored : Boolean
- Flag if the user is ignored
- isFamily : Boolean
- Flag if the user is family
- isFriend : Boolean
- Flag if the user is friend
- isAdmin : Boolean
- Flag if the user is an admin
- iconServer : int
- The icon server of the user
- mboxSha1Sum : String
- The sha1 sum of the mailbox of the user
- location : String
- The location of the user
- photoUrl : String
- The photo url of the user
- profileUrl : String
- The profile url of the user
- firstPhotoUploadDate : Date
- The date of the user's first photo upload
- firstPhotoTakenDate : Date
- The date of the user's first photo taken
- photoCount : int
- The number of photos uploaded by the user
- tags : Array
- The tags of the user
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