Class EmailSettings


  • public class EmailSettings
    extends Object
    Email settings.
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • EmailSettings

        public EmailSettings()
    • Method Detail

      • 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()
      • 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()
      • isUseChannelInEmailNotifications

        public boolean isUseChannelInEmailNotifications()
      • getLoginButtonColor

        public String getLoginButtonColor()
      • getLoginButtonBorderColor

        public String getLoginButtonBorderColor()
      • getLoginButtonTextColor

        public String getLoginButtonTextColor()
      • isEnablePreviewModeBanner

        public boolean isEnablePreviewModeBanner()
      • getReplyToAddress

        public String getReplyToAddress()
      • 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)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object