Group
| Kind of class: | public class |
|---|---|
| Package: | com.adobe.webapis.flickr |
| Inherits from: | none |
| Classpath: | com.adobe.webapis.flickr.Group |
| File last modified: | Monday, 03 July 2006, 15:44:36 |
Group is a ValueObject for the Flickr API.
Summary
Constructor
Instance properties
- _nsid : String
- _name : String
- _description : String
- _privacy : int
- _members : int
- _online : int
- _chatNsid : String
- _inChat : int
- _isEighteenPlus : Boolean
- _isAdmin : Boolean
- _photos : int
- _iconServer : int
- _url : String
- nsid : String
- The nsid of the group
- name : String
- The name of the group
- description : String
- The description of the group
- privacy : int
- The privacy of the group
- members : int
- The members in the group
- online : int
- The number of group members online
- chatNsid : String
- The chatNsid of the group
- inChat : int
- The number of people in the group chat
- isEighteenPlus : Boolean
- Flag for if the group is 18+ or not
- isAdmin : Boolean
- Flag for if the current user is the admin of the group
- photos : int
- The number of photos in the group
- iconServer : int
- The icon server of the group
- url : String
- The url of the group
Constructor
Group
public function Group (
)
Construct a new Group instance
@langversion ActionScript 3.0
@playerversion Flash 8.5
Instance properties
_chatNsid
private _chatNsid:String
(read)
_description
private _description:String
(read)
_iconServer
private _iconServer:int
(read)
_inChat
private _inChat:int
(read)
_isAdmin
private _isAdmin:Boolean
(read)
_isEighteenPlus
private _isEighteenPlus:Boolean
(read)
_members
private _members:int
(read)
_name
private _name:String
(read)
_nsid
private _nsid:String
(read)
_online
private _online:int
(read)
_photos
private _photos:int
(read)
_privacy
private _privacy:int
(read)
_url
private _url:String
(read)
chatNsid
public chatNsid:String
(read,write)
The chatNsid of the group
@langversion ActionScript 3.0
@playerversion Flash 8.5
description
public description:String
(read,write)
The description of the group
@langversion ActionScript 3.0
@playerversion Flash 8.5
iconServer
public iconServer:int
(read,write)
The icon server of the group
@langversion ActionScript 3.0
@playerversion Flash 8.5
inChat
public inChat:int
(read,write)
The number of people in the group chat
@langversion ActionScript 3.0
@playerversion Flash 8.5
isAdmin
public isAdmin:Boolean
(read,write)
Flag for if the current user is the admin of the group
@langversion ActionScript 3.0
@playerversion Flash 8.5
isEighteenPlus
public isEighteenPlus:Boolean
(read,write)
Flag for if the group is 18+ or not
@langversion ActionScript 3.0
@playerversion Flash 8.5
members
public members:int
(read,write)
The members in the group
@langversion ActionScript 3.0
@playerversion Flash 8.5
name
public name:String
(read,write)
The name of the group
@langversion ActionScript 3.0
@playerversion Flash 8.5
nsid
public nsid:String
(read,write)
The nsid of the group
@langversion ActionScript 3.0
@playerversion Flash 8.5
online
public online:int
(read,write)
The number of group members online
@langversion ActionScript 3.0
@playerversion Flash 8.5
photos
public photos:int
(read,write)
The number of photos in the group
@langversion ActionScript 3.0
@playerversion Flash 8.5
privacy
public privacy:int
(read,write)
The privacy of the group
@langversion ActionScript 3.0
@playerversion Flash 8.5
url
public url:String
(read,write)
The url of the group
@langversion ActionScript 3.0
@playerversion Flash 8.5