Klasse UiVideoPlayer.SetAutoplayCommand

java.lang.Object
org.teamapps.dto.UiVideoPlayer.SetAutoplayCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiVideoPlayer

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

    • componentId

      protected String componentId
    • autoplay

      protected boolean autoplay
  • Konstruktordetails

    • SetAutoplayCommand

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

      public SetAutoplayCommand(String componentId, boolean autoplay)
  • Methodendetails