Package io.datarouter.email.dto
Class DatarouterEmailFileAttachmentDto
java.lang.Object
io.datarouter.email.dto.DatarouterEmailFileAttachmentDto
public class DatarouterEmailFileAttachmentDto extends Object
-
Field Summary
Fields Modifier and Type Field Description Supplier<InputStream>attachmentInputStreamSupplierStringcontentTypeStringfileName -
Constructor Summary
Constructors Constructor Description DatarouterEmailFileAttachmentDto(String fileName, String contentType, Supplier<InputStream> attachmentInputStreamSupplier) -
Method Summary
-
Field Details
-
Constructor Details
-
DatarouterEmailFileAttachmentDto
public DatarouterEmailFileAttachmentDto(String fileName, String contentType, Supplier<InputStream> attachmentInputStreamSupplier)
-