- java.lang.Object
-
- net.bis5.mattermost.model.config.EmailSettings
-
public class EmailSettings extends Object
Email settings.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description EmailSettings()
-
Method Summary
-
-
-
Method Detail
-
getEmailNotificationContentType
@Deprecated public EmailNotificationContent getEmailNotificationContentType()
Deprecated.This is typo. Please usegetEmailNotificationContentsType()Should not use this.
-
setEmailNotificationContentType
@Deprecated public void setEmailNotificationContentType(EmailNotificationContent emailNotificationContent)
Deprecated.This is typo. Please usesetEmailNotificationContentsType(EmailNotificationContent)Should not use this.
-
isEnableSignUpWithEmail
public boolean isEnableSignUpWithEmail()
-
isEnableSignInWithEmail
public boolean isEnableSignInWithEmail()
-
isEnableSignInWithUsername
public boolean isEnableSignInWithUsername()
-
isSendEmailNotifications
public boolean isSendEmailNotifications()
-
isRequireEmailVerification
public boolean isRequireEmailVerification()
-
getFeedbackName
public String getFeedbackName()
-
getFeedbackEmail
public String getFeedbackEmail()
-
getFeedbackOrganization
public String getFeedbackOrganization()
-
getSmtpUsername
public String getSmtpUsername()
-
getSmtpPassword
public String getSmtpPassword()
-
getSmtpServer
public String getSmtpServer()
-
getSmtpPort
public String getSmtpPort()
-
getConnectionSecurity
public ConnectionSecurity getConnectionSecurity()
-
getInviteSalt
public String getInviteSalt()
-
isSendPushNotifications
public boolean isSendPushNotifications()
-
getPushNotificationServer
public String getPushNotificationServer()
-
getPushNotificationContents
public String getPushNotificationContents()
-
isEnableEmailBatching
public boolean isEnableEmailBatching()
-
getEmailBatchingBufferSize
public int getEmailBatchingBufferSize()
-
getEmailBatchingInterval
public int getEmailBatchingInterval()
-
isSkipServerCertificateVerification
public boolean isSkipServerCertificateVerification()
-
isEnableSmtpAuth
public boolean isEnableSmtpAuth()
-
getEmailNotificationContentsType
public EmailNotificationContent getEmailNotificationContentsType()
-
isUseChannelInEmailNotifications
public boolean isUseChannelInEmailNotifications()
-
getLoginButtonColor
public String getLoginButtonColor()
-
getLoginButtonBorderColor
public String getLoginButtonBorderColor()
-
getLoginButtonTextColor
public String getLoginButtonTextColor()
-
isEnablePreviewModeBanner
public boolean isEnablePreviewModeBanner()
-
getReplyToAddress
public String getReplyToAddress()
-
getSmtpServerTimeout
public int getSmtpServerTimeout()
-
setEnableSignUpWithEmail
public void setEnableSignUpWithEmail(boolean enableSignUpWithEmail)
-
setEnableSignInWithEmail
public void setEnableSignInWithEmail(boolean enableSignInWithEmail)
-
setEnableSignInWithUsername
public void setEnableSignInWithUsername(boolean enableSignInWithUsername)
-
setSendEmailNotifications
public void setSendEmailNotifications(boolean sendEmailNotifications)
-
setRequireEmailVerification
public void setRequireEmailVerification(boolean requireEmailVerification)
-
setFeedbackName
public void setFeedbackName(String feedbackName)
-
setFeedbackEmail
public void setFeedbackEmail(String feedbackEmail)
-
setFeedbackOrganization
public void setFeedbackOrganization(String feedbackOrganization)
-
setSmtpUsername
public void setSmtpUsername(String smtpUsername)
-
setSmtpPassword
public void setSmtpPassword(String smtpPassword)
-
setSmtpServer
public void setSmtpServer(String smtpServer)
-
setSmtpPort
public void setSmtpPort(String smtpPort)
-
setConnectionSecurity
public void setConnectionSecurity(ConnectionSecurity connectionSecurity)
-
setInviteSalt
public void setInviteSalt(String inviteSalt)
-
setSendPushNotifications
public void setSendPushNotifications(boolean sendPushNotifications)
-
setPushNotificationServer
public void setPushNotificationServer(String pushNotificationServer)
-
setPushNotificationContents
public void setPushNotificationContents(String pushNotificationContents)
-
setEnableEmailBatching
public void setEnableEmailBatching(boolean enableEmailBatching)
-
setEmailBatchingBufferSize
public void setEmailBatchingBufferSize(int emailBatchingBufferSize)
-
setEmailBatchingInterval
public void setEmailBatchingInterval(int emailBatchingInterval)
-
setSkipServerCertificateVerification
public void setSkipServerCertificateVerification(boolean skipServerCertificateVerification)
-
setEnableSmtpAuth
public void setEnableSmtpAuth(boolean enableSmtpAuth)
-
setEmailNotificationContentsType
public void setEmailNotificationContentsType(EmailNotificationContent emailNotificationContentsType)
-
setUseChannelInEmailNotifications
public void setUseChannelInEmailNotifications(boolean useChannelInEmailNotifications)
-
setLoginButtonColor
public void setLoginButtonColor(String loginButtonColor)
-
setLoginButtonBorderColor
public void setLoginButtonBorderColor(String loginButtonBorderColor)
-
setLoginButtonTextColor
public void setLoginButtonTextColor(String loginButtonTextColor)
-
setEnablePreviewModeBanner
public void setEnablePreviewModeBanner(boolean enablePreviewModeBanner)
-
setReplyToAddress
public void setReplyToAddress(String replyToAddress)
-
setSmtpServerTimeout
public void setSmtpServerTimeout(int smtpServerTimeout)
-
canEqual
protected boolean canEqual(Object other)
-
-