-
public final class DownloadAttachmentDtoContent of attachment
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringbase64FileContentsprivate final StringcontentTypeprivate final LongsizeBytes
-
Constructor Summary
Constructors Constructor Description DownloadAttachmentDto(String base64FileContents, String contentType, Long sizeBytes)
-
Method Summary
Modifier and Type Method Description final StringgetBase64FileContents()final StringgetContentType()final LonggetSizeBytes()-
-
Method Detail
-
getBase64FileContents
final String getBase64FileContents()
-
getContentType
final String getContentType()
-
getSizeBytes
final Long getSizeBytes()
-
-
-
-