-
public final class AttachmentData
-
-
Field Summary
Fields Modifier and Type Field Description private final MediaCategorymediaCategoryprivate final StringcontentTypeprivate final ByteArraybytes
-
Constructor Summary
Constructors Constructor Description AttachmentData(MediaCategory mediaCategory, String contentType, ByteArray bytes)
-
Method Summary
Modifier and Type Method Description final MediaCategorycomponent1()final Stringcomponent2()final ByteArraycomponent3()final AttachmentDatacopy(MediaCategory mediaCategory, String contentType, ByteArray bytes)final MediaCategorygetMediaCategory()final StringgetContentType()final ByteArraygetBytes()-
-
Constructor Detail
-
AttachmentData
AttachmentData(MediaCategory mediaCategory, String contentType, ByteArray bytes)
-
-
Method Detail
-
component1
final MediaCategory component1()
-
component2
final String component2()
-
component3
final ByteArray component3()
-
copy
final AttachmentData copy(MediaCategory mediaCategory, String contentType, ByteArray bytes)
-
getMediaCategory
final MediaCategory getMediaCategory()
-
getContentType
final String getContentType()
-
-
-
-