| Package | Description |
|---|---|
| net.bis5.mattermost.model.config | |
| net.bis5.mattermost.model.config.consts |
| Modifier and Type | Method and Description |
|---|---|
EmailNotificationContent |
EmailSettings.getEmailNotificationContentsType() |
EmailNotificationContent |
EmailSettings.getEmailNotificationContentType()
Deprecated.
This is typo. Please use
EmailSettings.getEmailNotificationContentsType() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailSettings.setEmailNotificationContentsType(EmailNotificationContent emailNotificationContentsType) |
void |
EmailSettings.setEmailNotificationContentType(EmailNotificationContent emailNotificationContent)
Deprecated.
This is typo. Please use
EmailSettings.setEmailNotificationContentsType(EmailNotificationContent) |
| Modifier and Type | Method and Description |
|---|---|
static EmailNotificationContent |
EmailNotificationContent.of(String code) |
static EmailNotificationContent |
EmailNotificationContent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailNotificationContent[] |
EmailNotificationContent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.