Package org.teamapps.dto
Class UiFileField.ReplaceFileItemCommand
java.lang.Object
org.teamapps.dto.UiFileField.ReplaceFileItemCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected UiIdentifiableClientRecordprotected String -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ReplaceFileItemCommand(String componentId, String fileItemUuid, UiIdentifiableClientRecord data) -
Method Summary
-
Field Details
-
componentId
-
fileItemUuid
-
data
-
-
Constructor Details
-
ReplaceFileItemCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ReplaceFileItemCommand
public ReplaceFileItemCommand(String componentId, String fileItemUuid, UiIdentifiableClientRecord data)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getFileItemUuid
-
getData
-