Packagecom.adobe.webapis.flickr
Classpublic class Group

Group is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined by
  chatNsid : String
The chatNsid of the group
Group
  description : String
The description of the group
Group
  iconServer : int
The icon server of the group
Group
  inChat : int
The number of people in the group chat
Group
  isAdmin : Boolean
Flag for if the current user is the admin of the group
Group
  isEighteenPlus : Boolean
Flag for if the group is 18+ or not
Group
  members : int
The members in the group
Group
  name : String
The name of the group
Group
  nsid : String
The nsid of the group
Group
  online : int
The number of group members online
Group
  photos : int
The number of photos in the group
Group
  privacy : int
The privacy of the group
Group
  url : String
The url of the group
Group
Public Methods
 MethodDefined by
  
Construct a new Group instance
Group
Property detail
chatNsidproperty
chatNsid:String  [read-write]

The chatNsid of the group

Implementation
    public function get chatNsid():String
    public function set chatNsid(value:String):void
descriptionproperty 
description:String  [read-write]

The description of the group

Implementation
    public function get description():String
    public function set description(value:String):void
iconServerproperty 
iconServer:int  [read-write]

The icon server of the group

Implementation
    public function get iconServer():int
    public function set iconServer(value:int):void
inChatproperty 
inChat:int  [read-write]

The number of people in the group chat

Implementation
    public function get inChat():int
    public function set inChat(value:int):void
isAdminproperty 
isAdmin:Boolean  [read-write]

Flag for if the current user is the admin of the group

Implementation
    public function get isAdmin():Boolean
    public function set isAdmin(value:Boolean):void
isEighteenPlusproperty 
isEighteenPlus:Boolean  [read-write]

Flag for if the group is 18+ or not

Implementation
    public function get isEighteenPlus():Boolean
    public function set isEighteenPlus(value:Boolean):void
membersproperty 
members:int  [read-write]

The members in the group

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

The name of the group

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

The nsid of the group

Implementation
    public function get nsid():String
    public function set nsid(value:String):void
onlineproperty 
online:int  [read-write]

The number of group members online

Implementation
    public function get online():int
    public function set online(value:int):void
photosproperty 
photos:int  [read-write]

The number of photos in the group

Implementation
    public function get photos():int
    public function set photos(value:int):void
privacyproperty 
privacy:int  [read-write]

The privacy of the group

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

The url of the group

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

Construct a new Group instance