Packagecom.adobe.webapis.flickr
Classpublic class PhotoUrl

PhotoUrl is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined by
  type : String
The type of the photo url
PhotoUrl
  url : String
The url of the photo
PhotoUrl
Public Methods
 MethodDefined by
  
Construct a new PhotoUrl instance
PhotoUrl
Property detail
typeproperty
type:String  [read-write]

The type of the photo url

Implementation
    public function get type():String
    public function set type(value:String):void
urlproperty 
url:String  [read-write]

The url of the photo

Implementation
    public function get url():String
    public function set url(value:String):void
Constructor detail
PhotoUrl()constructor
public function PhotoUrl()

Construct a new PhotoUrl instance