Packageorg.unbland.net.flickr
Classpublic class FlickrPhoto


Example
  



Public Properties
 PropertyDefined by
  farm : String
[read-only]
FlickrPhoto
  id : String
[read-only]
FlickrPhoto
  isFamily : Boolean
[read-only]
FlickrPhoto
  isFriend : Boolean
[read-only]
FlickrPhoto
  isPublic : Boolean
[read-only]
FlickrPhoto
  owner : String
[read-only]
FlickrPhoto
  secret : String
[read-only]
FlickrPhoto
  server : String
[read-only]
FlickrPhoto
  title : String
[read-only]
FlickrPhoto
Public Methods
 MethodDefined by
  
FlickrPhoto(id:String, owner:String, secret:String, server:String, farm:String, title:String, isPublic:Boolean, isFriend:Boolean, isFamily:Boolean)
新しい FlickrPhoto インスタンスを作成します.
FlickrPhoto
  
getImageURL(size:String = "medium"):String
FlickrPhoto
  
getPhotosURL():String
FlickrPhoto
  
getProfileURL():String
FlickrPhoto
Property detail
farmproperty
farm:String  [read-only]Implementation
    public function get farm():String
idproperty 
id:String  [read-only]Implementation
    public function get id():String
isFamilyproperty 
isFamily:Boolean  [read-only]Implementation
    public function get isFamily():Boolean
isFriendproperty 
isFriend:Boolean  [read-only]Implementation
    public function get isFriend():Boolean
isPublicproperty 
isPublic:Boolean  [read-only]Implementation
    public function get isPublic():Boolean
ownerproperty 
owner:String  [read-only]Implementation
    public function get owner():String
secretproperty 
secret:String  [read-only]Implementation
    public function get secret():String
serverproperty 
server:String  [read-only]Implementation
    public function get server():String
titleproperty 
title:String  [read-only]Implementation
    public function get title():String
Constructor detail
FlickrPhoto()constructor
public function FlickrPhoto(id:String, owner:String, secret:String, server:String, farm:String, title:String, isPublic:Boolean, isFriend:Boolean, isFamily:Boolean)

新しい FlickrPhoto インスタンスを作成します.

Parameters
id:String
 
owner:String
 
secret:String
 
server:String
 
farm:String
 
title:String
 
isPublic:Boolean
 
isFriend:Boolean
 
isFamily:Boolean
Method detail
getImageURL()method
public function getImageURL(size:String = "medium"):StringParameters
size:String (default = "medium")

Returns
String
getPhotosURL()method 
public function getPhotosURL():String

Returns
String
getProfileURL()method 
public function getProfileURL():String

Returns
String