Package com.atlassian.bitbucket.mail
Class MailMessage.Builder
java.lang.Object
com.atlassian.bitbucket.mail.MailMessage.Builder
- Enclosing class:
MailMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachment
(String fileName, jakarta.activation.DataSource source) attachment
(String fileName, File file) attachment
(String fileName, String pathToFile) build()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
from
-
to
-
to
-
cc
-
cc
-
bcc
-
bcc
-
subject
-
text
-
attachment
@Nonnull public MailMessage.Builder attachment(String fileName, jakarta.activation.DataSource source) -
attachment
-
attachment
-
header
-
build
-