Class UiLiveStreamComponent.StartLiveStreamComLiveStreamCommand

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

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

    • componentId

      protected String componentId
    • url

      protected String url
  • Constructor Details

    • StartLiveStreamComLiveStreamCommand

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

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