@DTO public class UESAttachmentCreate extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
code
Code of the new attachment. 
 | 
private UESAttachmentStreamHandler | 
data
Attachment data. 
 | 
private java.lang.String | 
description
Description of the new attachment. 
 | 
private java.lang.String | 
name
Name of the new attachment. 
 | 
private java.lang.String | 
versionLabel
Version label of the created attachment version. 
 | 
| Constructor and Description | 
|---|
UESAttachmentCreate(java.lang.String name,  | 
UESAttachmentCreate(UESAttachmentStreamHandler data)  |