@DTO public class UESSheetCreate extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
Code of the new sheet.
|
private UESSheetStreamHandler |
content
Sheet data.
|
private java.lang.String |
description
Description of the new sheet.
|
private java.lang.Boolean |
emptyContent
Specifies if the new sheet is created with empty content.
|
private java.lang.Boolean |
main
Specifies if the new sheet is set as the main sheet of the specified
artifact.
|
private java.lang.String |
name
Name of the new sheet.
|
private java.lang.Integer |
order
Specifies the order (or index) of the new sheet in the specified artifact.
|
private UESURI |
templateUri
UESURI of the new sheet template.
|
private java.lang.String |
versionLabel
Version label of the created sheet version.
|
private java.lang.Boolean |
visible
Specifies if the new sheet is set as visible sheet of the specified
artifact.
|
private UESSheetWidthType |
width
Flag of width sheet.
|
Constructor and Description |
---|
UESSheetCreate() |
UESSheetCreate(UESURI templateUri, |
UESSheetCreate(UESURI templateUri, |
UESSheetCreate(UESURI templateUri, |