Class UiVideoPlayer.SetAutoplayCommand

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

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

    • componentId

      protected String componentId
    • autoplay

      protected boolean autoplay
  • Constructor Details

    • SetAutoplayCommand

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

      public SetAutoplayCommand(String componentId, boolean autoplay)
  • Method Details