| Package | Description |
|---|---|
| net.bis5.mattermost.model |
| Modifier and Type | Method and Description |
|---|---|
User |
InitialLoad.getUser() |
User |
TeamSignup.getUser() |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserAutocompleteInChannel.getInChannel() |
List<User> |
UserAutocompleteInTeam.getInTeam() |
List<User> |
UserAutocomplete.getOutOfChannel() |
List<User> |
UserAutocompleteInChannel.getOutOfChannel() |
List<User> |
UserAutocomplete.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
InitialLoad.setUser(User user) |
void |
TeamSignup.setUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserAutocompleteInChannel.setInChannel(List<User> inChannel) |
void |
UserAutocompleteInTeam.setInTeam(List<User> inTeam) |
void |
UserAutocomplete.setOutOfChannel(List<User> outOfChannel) |
void |
UserAutocompleteInChannel.setOutOfChannel(List<User> outOfChannel) |
void |
UserAutocomplete.setUsers(List<User> users) |
Copyright © 2019. All rights reserved.