| Package | Description |
|---|---|
| pl.joegreen.sergeants.framework.model |
| Modifier and Type | Method and Description |
|---|---|
ChatMessage.ChatType |
ChatMessage.getRoomType() |
static ChatMessage.ChatType |
ChatMessage.ChatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChatMessage.ChatType[] |
ChatMessage.ChatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ChatMessage(ChatMessage.ChatType roomType,
String message,
String username) |
Copyright © 2017. All rights reserved.