| Package | twitter.api.data |
| Class | public class TwitterUser |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
TwitterUser(user:Object)
| TwitterUser | ||
| createdAt | property |
public var createdAt:String
| description | property |
public var description:StringString containing a description of the Twitter user
| favouritesCount | property |
public var favouritesCount:String
| followersCount | property |
public var followersCount:Number
| following | property |
public var following:String
| friendsCount | property |
public var friendsCount:Number
| id | property |
public var id:NumberID of the Twitter user
| isProtected | property |
public var isProtected:String
| location | property |
public var location:StringString containing the geographic location of the Twitter user
| name | property |
public var name:StringString containing the name of the Twitter status
| notifications | property |
public var notifications:String
| profile_image_url | property |
profile_image_url:String [read-only]Implementation
public function get profile_image_url():String
| profileImageUrl | property |
public var profileImageUrl:StringString containing the URL to the Twitter user's profile image
| screen_name | property |
screen_name:String [read-only]Implementation
public function get screen_name():String
| screenName | property |
public var screenName:StringString containing the name of the Twitter user
| status | property |
public var status:TwitterStatusThe user's latest status
| statusesCount | property |
public var statusesCount:String
| timeZone | property |
public var timeZone:String
| url | property |
public var url:StringString containing the URL to the Twitter user's home page, blog, etc.
| utcOffset | property |
public var utcOffset:String
| TwitterUser | () | constructor |
public function TwitterUser(user:Object)Parameters
user:Object |