Package | com.adobe.webapis.flickr |
Class | public class PhotoTag |
Property | Defined by | ||
---|---|---|---|
authorId : String
The id of the author of the tag
| PhotoTag | ||
count : int
The count value - only populated from tags.getListUserPopular
| PhotoTag | ||
id : String
The id of the tag
| PhotoTag | ||
raw : String
The raw tag value
| PhotoTag | ||
tag : String
The tag value
| PhotoTag |
Method | Defined by | ||
---|---|---|---|
PhotoTag()
Construct a new PhotoTag instance
| PhotoTag |
authorId | property |
authorId:String
[read-write]The id of the author of the tag
Implementation public function get authorId():String
public function set authorId(value:String):void
count | property |
count:int
[read-write]The count value - only populated from tags.getListUserPopular
Implementation public function get count():int
public function set count(value:int):void
id | property |
id:String
[read-write]The id of the tag
Implementation public function get id():String
public function set id(value:String):void
raw | property |
raw:String
[read-write]The raw tag value
Implementation public function get raw():String
public function set raw(value:String):void
tag | property |
tag:String
[read-write]The tag value
Implementation public function get tag():String
public function set tag(value:String):void
PhotoTag | () | constructor |
public function PhotoTag()
Construct a new PhotoTag instance