Packagecom.adobe.webapis.flickr
Classpublic class PhotoSize

PhotoSize is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined by
  height : int
The height of the photo for this size
PhotoSize
  label : String
The label of the size
PhotoSize
  source : String
The source of the photo in the size
PhotoSize
  url : String
The url of the photo in the size
PhotoSize
  width : int
The width of the photo for this size
PhotoSize
Public Methods
 MethodDefined by
  
PhotoTag():void
Construct a new PhotoTag instance
PhotoSize
Property detail
heightproperty
height:int  [read-write]

The height of the photo for this size

Implementation
    public function get height():int
    public function set height(value:int):void
labelproperty 
label:String  [read-write]

The label of the size

Implementation
    public function get label():String
    public function set label(value:String):void
sourceproperty 
source:String  [read-write]

The source of the photo in the size

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

The url of the photo in the size

Implementation
    public function get url():String
    public function set url(value:String):void
widthproperty 
width:int  [read-write]

The width of the photo for this size

Implementation
    public function get width():int
    public function set width(value:int):void
Method detail
PhotoTag()method
public function PhotoTag():void

Construct a new PhotoTag instance