Class UiLiveStreamComponent.RemoveImageOverlayCommand

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

public static class UiLiveStreamComponent.RemoveImageOverlayCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
  • Constructor Details

    • RemoveImageOverlayCommand

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

      public RemoveImageOverlayCommand(String componentId)
  • Method Details