Uses of Class
net.bis5.mattermost.model.config.consts.EmailNotificationContent
-
Packages that use EmailNotificationContent Package Description net.bis5.mattermost.model.config net.bis5.mattermost.model.config.consts -
-
Uses of EmailNotificationContent in net.bis5.mattermost.model.config
Methods in net.bis5.mattermost.model.config that return EmailNotificationContent Modifier and Type Method Description EmailNotificationContentEmailSettings. getEmailNotificationContentsType()EmailNotificationContentEmailSettings. getEmailNotificationContentType()Deprecated.This is typo.Methods in net.bis5.mattermost.model.config with parameters of type EmailNotificationContent Modifier and Type Method Description voidEmailSettings. setEmailNotificationContentsType(EmailNotificationContent emailNotificationContentsType)voidEmailSettings. setEmailNotificationContentType(EmailNotificationContent emailNotificationContent)Deprecated.This is typo. -
Uses of EmailNotificationContent in net.bis5.mattermost.model.config.consts
Methods in net.bis5.mattermost.model.config.consts that return EmailNotificationContent Modifier and Type Method Description static EmailNotificationContentEmailNotificationContent. of(String code)static EmailNotificationContentEmailNotificationContent. 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.
-