@DTO public class UESAttachmentCheckIn extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
The new code of the attachment.
|
private UESAttachmentStreamHandler |
data
Attachment data.
|
private java.lang.String |
description
The new description of the attachment.
|
private java.lang.String |
name
The new name of the attachment.
|
private java.lang.String |
versionLabel
The version label of the new attachment version.
|
private UESVersionStrategy |
versionStrategy
Specifies how to work with versions.
|
Constructor and Description |
---|
UESAttachmentCheckIn(java.lang.String name, |
UESAttachmentCheckIn(UESAttachmentStreamHandler data) |