Class UiChatInput.SetAttachmentsEnabledCommand

java.lang.Object
org.teamapps.dto.UiChatInput.SetAttachmentsEnabledCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiChatInput

public static class UiChatInput.SetAttachmentsEnabledCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • attachmentsEnabled

      protected boolean attachmentsEnabled
  • Constructor Details

    • SetAttachmentsEnabledCommand

      @Deprecated public SetAttachmentsEnabledCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • SetAttachmentsEnabledCommand

      public SetAttachmentsEnabledCommand(String componentId, boolean attachmentsEnabled)
  • Method Details