SonarrCommandHandler_Command class

Facilitates, encapsulates, and manages individual calls related to commands within Sonarr.

SonarrCommandHandler_Command internally handles routing the HTTP client to the API calls.

Constructors

SonarrCommandHandler_Command(Dio _client)
Create a series command handler using an initialized Dio client.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

backup() Future<SonarrCommand>
Handler for command (Backup).
episodeSearch({required List<int> episodeIds}) Future<SonarrCommand>
Handler for command (EpisodeSearch).
missingEpisodeSearch() Future<SonarrCommand>
Handler for command (MissingEpisodeSearch).
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queue() Future<List<SonarrCommand>>
Handler for command.
refreshMonitoredDownloads({int? seriesId}) Future<SonarrCommand>
Handler for command (RefreshMonitoredDownloads).
refreshSeries({int? seriesId}) Future<SonarrCommand>
Handler for command (RefreshSeries).
rescanSeries({int? seriesId}) Future<SonarrCommand>
Handler for command (RescanSeries).
rssSync() Future<SonarrCommand>
Handler for command (RssSync).
seasonSearch({required int seriesId, required int seasonNumber}) Future<SonarrCommand>
Handler for command (EpisodeSearch).
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited