Class UiLiveStreamComponent.StopWaitingVideosCommand

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

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

    • componentId

      protected String componentId
  • Constructor Details

    • StopWaitingVideosCommand

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

      public StopWaitingVideosCommand(String componentId)
  • Method Details