Uses of Class
net.bis5.mattermost.model.Team
-
Packages that use Team Package Description net.bis5.mattermost.model -
-
Uses of Team in net.bis5.mattermost.model
Methods in net.bis5.mattermost.model that return Team Modifier and Type Method Description TeamTeamSignup. getTeam()Methods in net.bis5.mattermost.model that return types with arguments of type Team Modifier and Type Method Description List<Team>InitialLoad. getTeams()Methods in net.bis5.mattermost.model with parameters of type Team Modifier and Type Method Description voidTeamSignup. setTeam(Team team)Method parameters in net.bis5.mattermost.model with type arguments of type Team Modifier and Type Method Description voidInitialLoad. setTeams(List<Team> teams)
-