| Property | Defined by | ||
|---|---|---|---|
| followedBy : Boolean | RelationData | ||
| following : Boolean | RelationData | ||
| id : Number | RelationData | ||
| notificationsEnabled : Boolean | RelationData | ||
| screenName : String | RelationData | ||
| type : String | RelationData | ||
| Method | Defined by | ||
|---|---|---|---|
| RelationData | |||
| Constant | Defined by | ||
|---|---|---|---|
| RELATION_TYPE_SOURCE : String = "source" [static]
| RelationData | ||
| RELATION_TYPE_TARGET : String = "target" [static]
| RelationData | ||
| followedBy | property |
public var followedBy:Boolean
| following | property |
public var following:Boolean
| id | property |
public var id:Number
| notificationsEnabled | property |
public var notificationsEnabled:Boolean
| screenName | property |
public var screenName:String
| type | property |
public var type:String
| RelationData | () | constructor |
public function RelationData()
| RELATION_TYPE_SOURCE | constant |
public static const RELATION_TYPE_SOURCE:String = "source"
| RELATION_TYPE_TARGET | constant |
public static const RELATION_TYPE_TARGET:String = "target"