Class UiVideoPlayer.PauseCommand

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

public static class UiVideoPlayer.PauseCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
  • Constructor Details

    • PauseCommand

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

      public PauseCommand(String componentId)
  • Method Details