| Property | Defined by | ||
|---|---|---|---|
| body : String | PownceNote | ||
| displaySince : String | PownceNote | ||
| event : PownceEvent | PownceNote | ||
| file : PownceFile | PownceNote | ||
| id : Number | PownceNote | ||
| isPrivate : Boolean | PownceNote | ||
| isPublic : Boolean | PownceNote | ||
| link : PownceLink | PownceNote | ||
| linkURL : String | PownceNote | ||
| numRecipients : int | PownceNote | ||
| numReplies : int | PownceNote | ||
| permalink : String | PownceNote | ||
| recipients : Array | PownceNote | ||
| replies : Array | PownceNote | ||
| secondsSince : int | PownceNote | ||
| sender : PownceUser | PownceNote | ||
| stars : Number | PownceNote | ||
| timestamp : Number | PownceNote | ||
| type : String | PownceNote | ||
| Method | Defined by | ||
|---|---|---|---|
| PownceNote | |||
| body | property |
public var body:String
| displaySince | property |
public var displaySince:String
| event | property |
public var event:PownceEvent
| file | property |
public var file:PownceFile
| id | property |
public var id:Number
| isPrivate | property |
public var isPrivate:Boolean
| isPublic | property |
public var isPublic:Boolean
| link | property |
public var link:PownceLink
| linkURL | property |
public var linkURL:String
| numRecipients | property |
public var numRecipients:int
| numReplies | property |
public var numReplies:int
| permalink | property |
public var permalink:String
| recipients | property |
public var recipients:Array
| replies | property |
public var replies:Array
| secondsSince | property |
public var secondsSince:int
| sender | property |
public var sender:PownceUser
| stars | property |
public var stars:Number
| timestamp | property |
public var timestamp:Number
| type | property |
public var type:String
| PownceNote | () | constructor |
public function PownceNote()