Package | org.igniterealtime.xiff.data.im |
Class | public class RosterItemVO |
Inheritance | RosterItemVO ![]() |
Implements | IRosterItemVO |
Property | Defined by | ||
---|---|---|---|
askType : String
Type of asking
| RosterItemVO | ||
displayName : String | RosterItemVO | ||
jid : UnescapedJID
| RosterItemVO | ||
online : Boolean
User online?
| RosterItemVO | ||
pending : Boolean [read-only]
Pending
| RosterItemVO | ||
priority : int
Priority.
| RosterItemVO | ||
show : String
Show
| RosterItemVO | ||
status : String
Status
| RosterItemVO | ||
subscribeType : String
Type of subscription.
| RosterItemVO | ||
uid : String | RosterItemVO |
Method | Defined by | ||
---|---|---|---|
RosterItemVO(newJID:UnescapedJID)
| RosterItemVO | ||
[static]
Returns an Roster item value object if it exists,
use the "create" parameter to create one if it does not.
| RosterItemVO | ||
toString():String
| RosterItemVO |
Event | Summary | Defined by | ||
---|---|---|---|---|
RosterItemVO |
askType | property |
askType:String
[read-write]Type of asking
Implementation public function get askType():String
public function set askType(value:String):void
displayName | property |
displayName:String
[read-write]Implementation
public function get displayName():String
public function set displayName(value:String):void
jid | property |
jid:UnescapedJID
[read-write]Implementation
public function get jid():UnescapedJID
public function set jid(value:UnescapedJID):void
online | property |
online:Boolean
[read-write]User online?
Implementation public function get online():Boolean
public function set online(value:Boolean):void
pending | property |
pending:Boolean
[read-only]Pending
Implementation public function get pending():Boolean
priority | property |
priority:int
[read-write]Priority. The value MUST be an integer between -128 and +127
Implementation public function get priority():int
public function set priority(value:int):void
show | property |
show:String
[read-write]Show
Implementation public function get show():String
public function set show(value:String):void
status | property |
status:String
[read-write]Status
Implementation public function get status():String
public function set status(value:String):void
subscribeType | property |
subscribeType:String
[read-write]Type of subscription. One of "none", "both", "from", "to"...
Implementation public function get subscribeType():String
public function set subscribeType(value:String):void
uid | property |
uid:String
[read-write]Implementation
public function get uid():String
public function set uid(value:String):void
RosterItemVO | () | constructor |
get | () | method |
public static function get(jid:UnescapedJID, create:Boolean = false):RosterItemVO
Returns an Roster item value object if it exists, use the "create" parameter to create one if it does not.
Parametersjid:UnescapedJID |
|
create:Boolean (default = false )
|
RosterItemVO |
toString | () | method |
public override function toString():String
Returns
String |
change | event |