Class UiNotification.CloseCommand

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

public static class UiNotification.CloseCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
  • Constructor Details

    • CloseCommand

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

      public CloseCommand(String componentId)
  • Method Details