| Modifier and Type | Field and Description |
|---|---|
TransferableChatMessage.MessageType |
TransferableChatMessage.type |
| Modifier and Type | Method and Description |
|---|---|
static TransferableChatMessage.MessageType |
TransferableChatMessage.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferableChatMessage.MessageType[] |
TransferableChatMessage.MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TransferableChatMessage(TransferableChatMessage.MessageType type,
String id) |
TransferableChatMessage(TransferableChatMessage.MessageType type,
String id,
String channelId) |
TransferableChatMessage(TransferableChatMessage.MessageType type,
String id,
String owner,
String siteId,
String channelId,
String content) |
Copyright © 2003–2021 Sakai Project. All rights reserved.