Blog
| Kind of class: | public class |
|---|---|
| Package: | com.adobe.webapis.flickr |
| Inherits from: | none |
| Classpath: | com.adobe.webapis.flickr.Blog |
| File last modified: | Monday, 03 July 2006, 15:44:36 |
Blog is a ValueObject for the Flickr API.
Summary
Constructor
Instance properties
- _id : String
- _name : String
- _needsPassword : Boolean
- _url : String
- id : String
- The id of the blog
- name : String
- The name of the blog
- needsPassword : Boolean
- Flag for if the blog requires a password
- url : String
- The URL of the blog
Constructor
Blog
public function Blog (
)
Construct a new Blog instance
@langversion ActionScript 3.0
@playerversion Flash 8.5
Instance properties
_id
private _id:String
(read)
_name
private _name:String
(read)
_needsPassword
private _needsPassword:Boolean
(read)
_url
private _url:String
(read)
id
public id:String
(read,write)
The id of the blog
@langversion ActionScript 3.0
@playerversion Flash 8.5
name
public name:String
(read,write)
The name of the blog
@langversion ActionScript 3.0
@playerversion Flash 8.5
needsPassword
public needsPassword:Boolean
(read,write)
Flag for if the blog requires a password
@langversion ActionScript 3.0
@playerversion Flash 8.5
url
public url:String
(read,write)
The URL of the blog
@langversion ActionScript 3.0
@playerversion Flash 8.5