| 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 = nullThe first name of the profile. Can be null
| id | property |
public var id:StringThe id of the profile
| lastName | property |
public var lastName:String = nullThe last name of the profile. Can be null
| linkUrl | property |
public var linkUrl:String = nullThe link for this profile. Can be null
| middleName | property |
public var middleName:String = nullThe middle name of the profile. Can be null
| name | property |
public var name:String = nullThe name of the profile. Can be null
| pictureUrl | property |
public var pictureUrl:StringThe Uri of the default 256x256 profile picture
| Profile | () | Constructor |
public function Profile()Constructor