Uses of Class
net.bis5.mattermost.client4.model.SwitchAccountTypeResult
-
Packages that use SwitchAccountTypeResult Package Description net.bis5.mattermost.client4 net.bis5.mattermost.client4.api -
-
Uses of SwitchAccountTypeResult in net.bis5.mattermost.client4
Methods in net.bis5.mattermost.client4 that return types with arguments of type SwitchAccountTypeResult Modifier and Type Method Description ApiResponse<SwitchAccountTypeResult>MattermostClient. switchAccountType(SwitchRequest switchRequest) -
Uses of SwitchAccountTypeResult in net.bis5.mattermost.client4.api
Methods in net.bis5.mattermost.client4.api that return types with arguments of type SwitchAccountTypeResult Modifier and Type Method Description ApiResponse<SwitchAccountTypeResult>AuthenticationApi. switchAccountType(SwitchRequest switchRequest)changes a user's login type from one type to another.
-