Package | com.adobe.webapis.flickr |
Class | public class PhotoNote |
Property | Defined by | ||
---|---|---|---|
authorId : String
The id of the author of the note
| PhotoNote | ||
authorName : String
The name of the author of the note
| PhotoNote | ||
id : String
The id of the note
| PhotoNote | ||
note : String
The contents of the note
| PhotoNote | ||
rectangle : Rectangle
The bounding rectangle of the note
| PhotoNote |
Method | Defined by | ||
---|---|---|---|
Construct a new PhotoNote instance
| PhotoNote |
authorId | property |
authorId:String
[read-write]The id of the author of the note
Implementation public function get authorId():String
public function set authorId(value:String):void
authorName | property |
authorName:String
[read-write]The name of the author of the note
Implementation public function get authorName():String
public function set authorName(value:String):void
id | property |
id:String
[read-write]The id of the note
Implementation public function get id():String
public function set id(value:String):void
note | property |
note:String
[read-write]The contents of the note
Implementation public function get note():String
public function set note(value:String):void
rectangle | property |
rectangle:Rectangle
[read-write]The bounding rectangle of the note
Implementation public function get rectangle():Rectangle
public function set rectangle(value:Rectangle):void
PhotoNote | () | constructor |
public function PhotoNote()
Construct a new PhotoNote instance