Class UiLiveStreamComponent.StartYouTubeLiveStreamCommand

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

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

    • componentId

      protected String componentId
    • url

      protected String url
  • Constructor Details

    • StartYouTubeLiveStreamCommand

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

      public StartYouTubeLiveStreamCommand(String componentId, String url)
  • Method Details