Packagecom.swfjunkie.tweetr.data.objects
Classpublic class RelationData

Object Class Description



Public Properties
 PropertyDefined by
  followedBy : Boolean
RelationData
  following : Boolean
RelationData
  id : Number
RelationData
  notificationsEnabled : Boolean
RelationData
  screenName : String
RelationData
  type : String
RelationData
Public Methods
 MethodDefined by
  
RelationData
Public Constants
 ConstantDefined by
  RELATION_TYPE_SOURCE : String = "source"
[static]
RelationData
  RELATION_TYPE_TARGET : String = "target"
[static]
RelationData
Property detail
followedByproperty
public var followedBy:Boolean
followingproperty 
public var following:Boolean
idproperty 
public var id:Number
notificationsEnabledproperty 
public var notificationsEnabled:Boolean
screenNameproperty 
public var screenName:String
typeproperty 
public var type:String
Constructor detail
RelationData()constructor
public function RelationData()
Constant detail
RELATION_TYPE_SOURCEconstant
public static const RELATION_TYPE_SOURCE:String = "source"
RELATION_TYPE_TARGETconstant 
public static const RELATION_TYPE_TARGET:String = "target"




comments powered by Disqus