Package | com.adobe.webapis.flickr |
Class | public class PhotoUrl |
Property | Defined by | ||
---|---|---|---|
type : String
The type of the photo url
| PhotoUrl | ||
url : String
The url of the photo
| PhotoUrl |
Method | Defined by | ||
---|---|---|---|
PhotoUrl()
Construct a new PhotoUrl instance
| PhotoUrl |
type | property |
type:String
[read-write]The type of the photo url
Implementation public function get type():String
public function set type(value:String):void
url | property |
url:String
[read-write]The url of the photo
Implementation public function get url():String
public function set url(value:String):void
PhotoUrl | () | constructor |
public function PhotoUrl()
Construct a new PhotoUrl instance