Package org.teamapps.dto
Class UiChatInput.SetAttachmentsEnabledCommand
java.lang.Object
org.teamapps.dto.UiChatInput.SetAttachmentsEnabledCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetAttachmentsEnabledCommand(String componentId, boolean attachmentsEnabled) -
Method Summary
-
Field Details
-
componentId
-
attachmentsEnabled
protected boolean attachmentsEnabled
-
-
Constructor Details
-
SetAttachmentsEnabledCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetAttachmentsEnabledCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getAttachmentsEnabled
public boolean getAttachmentsEnabled()
-