Class UiLiveStreamComponent.StopLiveStreamCommand

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

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

    • componentId

      protected String componentId
  • Constructor Details

    • StopLiveStreamCommand

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

      public StopLiveStreamCommand(String componentId)
  • Method Details