| Package | Description |
|---|---|
| org.igniterealtime.restclient | |
| org.igniterealtime.restclient.entity |
| Modifier and Type | Method and Description |
|---|---|
MUCRoomEntity |
RestApiClient.getChatRoom(String roomName)
Gets the chat room.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
RestApiClient.createChatRoom(MUCRoomEntity chatRoom)
Creates the chat room.
|
javax.ws.rs.core.Response |
RestApiClient.updateChatRoom(MUCRoomEntity chatRoom)
Update chat room.
|
| Modifier and Type | Method and Description |
|---|---|
List<MUCRoomEntity> |
MUCRoomEntities.getMucRooms() |
| Modifier and Type | Method and Description |
|---|---|
void |
MUCRoomEntities.setMucRooms(List<MUCRoomEntity> mucRooms) |
| Constructor and Description |
|---|
MUCRoomEntities(List<MUCRoomEntity> mucRooms) |
Copyright © 2019. All rights reserved.