Uses of Class
net.bis5.mattermost.model.User
-
Packages that use User Package Description net.bis5.mattermost.model -
-
Uses of User in net.bis5.mattermost.model
Methods in net.bis5.mattermost.model that return User Modifier and Type Method Description UserInitialLoad. getUser()UserTeamSignup. getUser()Methods in net.bis5.mattermost.model that return types with arguments of type User Modifier and Type Method Description List<User>UserAutocompleteInChannel. getInChannel()List<User>UserAutocompleteInTeam. getInTeam()List<User>UserAutocomplete. getOutOfChannel()List<User>UserAutocompleteInChannel. getOutOfChannel()List<User>Post. getParticipants()List<User>UserAutocomplete. getUsers()Methods in net.bis5.mattermost.model with parameters of type User Modifier and Type Method Description voidInitialLoad. setUser(User user)voidTeamSignup. setUser(User user)Method parameters in net.bis5.mattermost.model with type arguments of type User Modifier and Type Method Description voidUserAutocompleteInChannel. setInChannel(List<User> inChannel)voidUserAutocompleteInTeam. setInTeam(List<User> inTeam)voidUserAutocomplete. setOutOfChannel(List<User> outOfChannel)voidUserAutocompleteInChannel. setOutOfChannel(List<User> outOfChannel)voidPost. setParticipants(List<User> participants)voidUserAutocomplete. setUsers(List<User> users)
-