public static class MailServerSettings.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MailServerSettings |
build() |
MailServerSettings.Builder |
withFromAddress(String fromAddress) |
MailServerSettings.Builder |
withName(String name) |
MailServerSettings.Builder |
withSmtpPassword(String smtpPassword) |
MailServerSettings.Builder |
withSmtpServerHost(String smtpServerHost) |
MailServerSettings.Builder |
withSmtpServerPort(Integer smtpServerPort) |
MailServerSettings.Builder |
withSmtpUsername(String smtpUsername) |
MailServerSettings.Builder |
withSubjectPrefix(String subjectPrefix) |
public MailServerSettings.Builder withName(String name)
public MailServerSettings.Builder withFromAddress(String fromAddress)
public MailServerSettings.Builder withSubjectPrefix(String subjectPrefix)
public MailServerSettings.Builder withSmtpServerHost(String smtpServerHost)
public MailServerSettings.Builder withSmtpServerPort(Integer smtpServerPort)
public MailServerSettings.Builder withSmtpUsername(String smtpUsername)
public MailServerSettings.Builder withSmtpPassword(String smtpPassword)
public MailServerSettings build()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.