Uses of Class
com.atlassian.bitbucket.mail.MailMessage.Builder
Packages that use MailMessage.Builder
- 
Uses of MailMessage.Builder in com.atlassian.bitbucket.mailMethods in com.atlassian.bitbucket.mail that return MailMessage.BuilderModifier and TypeMethodDescriptionMailMessage.Builder.attachment(String fileName, jakarta.activation.DataSource source) MailMessage.Builder.attachment(String fileName, File file) MailMessage.Builder.attachment(String fileName, String pathToFile) Methods in com.atlassian.bitbucket.mail that return types with arguments of type MailMessage.BuilderModifier and TypeMethodDescriptionSoyMailMessageRequest.getMessageEffector()Can be passed that will be given the opportunity to add to the MailMessage.Builder, returning a new Builder to use for the MailMessage.SoyMailMessageRequest.getMessageEffector()Can be passed that will be given the opportunity to add to the MailMessage.Builder, returning a new Builder to use for the MailMessage.Method parameters in com.atlassian.bitbucket.mail with type arguments of type MailMessage.BuilderModifier and TypeMethodDescriptionSoyMailMessageRequest.Builder.messageEffector(Function<MailMessage.Builder, MailMessage.Builder> value) SoyMailMessageRequest.Builder.messageEffector(Function<MailMessage.Builder, MailMessage.Builder> value)