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