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