Property | Defined By | ||
---|---|---|---|
firstName : String = null
The first name of the profile. | Profile | ||
id : String
The id of the profile
| Profile | ||
lastName : String = null
The last name of the profile. | Profile | ||
linkUrl : String = null
The link for this profile. | Profile | ||
middleName : String = null
The middle name of the profile. | Profile | ||
name : String = null
The name of the profile. | Profile | ||
pictureUrl : String
The Uri of the default 256x256 profile picture
| Profile |
Method | Defined By | ||
---|---|---|---|
Profile()
Constructor
| Profile |
firstName | property |
public var firstName:String = null
The first name of the profile. Can be null
id | property |
public var id:String
The id of the profile
lastName | property |
public var lastName:String = null
The last name of the profile. Can be null
linkUrl | property |
public var linkUrl:String = null
The link for this profile. Can be null
middleName | property |
public var middleName:String = null
The middle name of the profile. Can be null
name | property |
public var name:String = null
The name of the profile. Can be null
pictureUrl | property |
public var pictureUrl:String
The Uri of the default 256x256 profile picture
Profile | () | Constructor |
public function Profile()
Constructor