RadarrCommandHandler_Movie class
Facilitates, encapsulates, and manages individual calls related to movies within Radarr.
RadarrCommandHandler_Movie internally handles routing the HTTP client to the API calls.
Constructors
- RadarrCommandHandler_Movie(Dio _client)
-
Create a 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
-
create(
{required RadarrMovie movie, required RadarrRootFolder rootFolder, required bool monitored, required RadarrAvailability minimumAvailability, required RadarrQualityProfile qualityProfile, List< RadarrTag> ? tags, bool searchForMovie = false}) → Future<RadarrMovie> - Handler for movie.
-
delete(
{required int movieId, bool addImportExclusion = false, bool deleteFiles = false}) → Future< void> - Handler for movie/{id}.
-
get(
{required int movieId}) → Future< RadarrMovie> - Handler for movie/{id}.
-
getAll(
) → Future< List< RadarrMovie> > - Handler for movie.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
{required RadarrMovie movie}) → Future< RadarrMovie> - Handler for movie.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited