| Package | Description |
|---|---|
| net.bis5.mattermost.model |
| Modifier and Type | Method and Description |
|---|---|
AuthService |
User.getAuthService() |
AuthService |
SwitchRequest.getCurrentService() |
AuthService |
SwitchRequest.getNewService() |
static AuthService |
AuthService.of(String code) |
static AuthService |
AuthService.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthService[] |
AuthService.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setAuthService(AuthService authService) |
void |
SwitchRequest.setCurrentService(AuthService currentService) |
void |
SwitchRequest.setNewService(AuthService newService) |
Copyright © 2019. All rights reserved.