Class UiLiveStreamComponent.RemoveInfoTextOverlayCommand

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

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

    • componentId

      protected String componentId
  • Constructor Details

    • RemoveInfoTextOverlayCommand

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

      public RemoveInfoTextOverlayCommand(String componentId)
  • Method Details