| Package | Description |
|---|---|
| abs.ixi.client.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
ChatRoom.AccessMode |
ChatRoom.getAccessMode() |
static ChatRoom.AccessMode |
ChatRoom.AccessMode.valueFrom(String val) |
static ChatRoom.AccessMode |
ChatRoom.AccessMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChatRoom.AccessMode[] |
ChatRoom.AccessMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChatRoom.setAccessMode(ChatRoom.AccessMode accessMode) |
| Constructor and Description |
|---|
ChatRoom(JID roomJID,
String name,
String subject,
boolean status,
ChatRoom.AccessMode accessMode) |
ChatRoom(JID roomJID,
String name,
String subject,
ChatRoom.AccessMode accessMode) |
Copyright © 2019. All rights reserved.