YoutubeStreamCommand constructor

YoutubeStreamCommand()

Implementation

YoutubeStreamCommand() {
  addSubcommand(YoutubeListStreamCommand());
  addSubcommand(YoutubeInsertStreamCommand());
  addSubcommand(YoutubeDeleteStreamCommand());
  addSubcommand(YoutubeUpdateStreamCommand());
}