| Modifier and Type | Method and Description |
|---|---|
UserDTO |
LetsChatApi.getAccount() |
UserDTO |
LetsChatClientSupport.getAccount() |
UserDTO |
MessageDTO.getOwner() |
UserDTO |
LetsChatApi.getUser(String id) |
UserDTO |
LetsChatClientSupport.getUser(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<UserDTO> |
LetsChatApi.getRoomUsers(String idOrSlug) |
List<UserDTO> |
LetsChatClientSupport.getRoomUsers(String idOrSlug) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Rooms.setOwner(RoomDTO room,
UserDTO account) |
void |
MessageDTO.setOwner(UserDTO owner) |
Copyright © 2011–2015 Red Hat. All rights reserved.