AttachmentMetadataDto
constructor(id: String, mimetype: String, name: String, datePublishing: OffsetDateTime, propertySize: Long? = null, encoding: String? = null)
Parameters
id
ID of the attachment
mimetype
Mimetype of the file. Potential values are documented https://www.iana.org/assignments/media-types/media-types.xhtml
name
name of the file
datePublishing
Date in format according to RFC3339
propertySize
The size of the file in bytes.
encoding
The encoding used for the file