Packagetwitter.api.data
Classpublic class TwitterUser

Object that contains information about a Twitter user



Public Properties
 PropertyDefined by
  createdAt : String
TwitterUser
  description : String
String containing a description of the Twitter user
TwitterUser
  favouritesCount : String
TwitterUser
  followersCount : Number
TwitterUser
  following : String
TwitterUser
  friendsCount : Number
TwitterUser
  id : Number
ID of the Twitter user
TwitterUser
  isProtected : String
TwitterUser
  location : String
String containing the geographic location of the Twitter user
TwitterUser
  name : String
String containing the name of the Twitter status
TwitterUser
  notifications : String
TwitterUser
  profile_image_url : String
[read-only]
TwitterUser
  profileImageUrl : String
String containing the URL to the Twitter user's profile image
TwitterUser
  screen_name : String
[read-only]
TwitterUser
  screenName : String
String containing the name of the Twitter user
TwitterUser
  status : TwitterStatus
The user's latest status
TwitterUser
  statusesCount : String
TwitterUser
  timeZone : String
TwitterUser
  url : String
String containing the URL to the Twitter user's home page, blog, etc.
TwitterUser
  utcOffset : String
TwitterUser
Public Methods
 MethodDefined by
  
TwitterUser(user:Object)
TwitterUser
Property detail
createdAtproperty
public var createdAt:String
descriptionproperty 
public var description:String

String containing a description of the Twitter user

favouritesCountproperty 
public var favouritesCount:String
followersCountproperty 
public var followersCount:Number
followingproperty 
public var following:String
friendsCountproperty 
public var friendsCount:Number
idproperty 
public var id:Number

ID of the Twitter user

isProtectedproperty 
public var isProtected:String
locationproperty 
public var location:String

String containing the geographic location of the Twitter user

nameproperty 
public var name:String

String containing the name of the Twitter status

notificationsproperty 
public var notifications:String
profile_image_urlproperty 
profile_image_url:String  [read-only]Implementation
    public function get profile_image_url():String
profileImageUrlproperty 
public var profileImageUrl:String

String containing the URL to the Twitter user's profile image

screen_nameproperty 
screen_name:String  [read-only]Implementation
    public function get screen_name():String
screenNameproperty 
public var screenName:String

String containing the name of the Twitter user

statusproperty 
public var status:TwitterStatus

The user's latest status

statusesCountproperty 
public var statusesCount:String
timeZoneproperty 
public var timeZone:String
urlproperty 
public var url:String

String containing the URL to the Twitter user's home page, blog, etc.

utcOffsetproperty 
public var utcOffset:String
Constructor detail
TwitterUser()constructor
public function TwitterUser(user:Object)Parameters
user:Object