Uses of Class
net.bis5.mattermost.model.TeamType
-
Packages that use TeamType Package Description net.bis5.mattermost.model -
-
Uses of TeamType in net.bis5.mattermost.model
Methods in net.bis5.mattermost.model that return TeamType Modifier and Type Method Description TeamTypeTeam. getType()static TeamTypeTeamType. valueOf(String name)Returns the enum constant of this type with the specified name.static TeamType[]TeamType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.bis5.mattermost.model with parameters of type TeamType Modifier and Type Method Description voidTeam. setType(TeamType type)
-