Packagecom.adobe.webapis.flickr
Classpublic class Blog

Blog is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined by
  id : String
The id of the blog
Blog
  name : String
The name of the blog
Blog
  needsPassword : Boolean
Flag for if the blog requires a password
Blog
  url : String
The URL of the blog
Blog
Public Methods
 MethodDefined by
  
Blog()
Construct a new Blog instance
Blog
Property detail
idproperty
id:String  [read-write]

The id of the blog

Implementation
    public function get id():String
    public function set id(value:String):void
nameproperty 
name:String  [read-write]

The name of the blog

Implementation
    public function get name():String
    public function set name(value:String):void
needsPasswordproperty 
needsPassword:Boolean  [read-write]

Flag for if the blog requires a password

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

The URL of the blog

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

Construct a new Blog instance