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