@DTO public class UESSheetGetComponentData extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
componentId
Identification of the component in given sheet which content is returned (id
of a paragraph etc.).
|
private UESContentMimeType |
requestedMimeType
Specifies the format of data in the result stream.
|
Constructor and Description |
---|
UESSheetGetComponentData() |
UESSheetGetComponentData(java.lang.String componentId, |
UESSheetGetComponentData(UESSheetGetComponentContent dto)
Copy constructor for deprecated type.
|