RadarrUtilities class
RadarrUtilities gives access to static, functional operations. These are mainly used for the (de)serialization of received JSON data.
RadarrUtilities cannot be initialized, all available functions are available statically.
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
availabilityFromJson(
String? type) → RadarrAvailability? - Converts a string to a RadarrAvailability object.
-
availabilityToJson(
RadarrAvailability? type) → String? - Converts a RadarrAvailability object back to its string representation.
-
creditTypeFromJson(
String? type) → RadarrCreditType? - Converts a string to a RadarrCreditType object.
-
creditTypeToJson(
RadarrCreditType? type) → String? - Converts a RadarrCreditType object back to its string representation.
-
dateTimeFromJson(
String? date) → DateTime? -
dateTimeToJson(
DateTime? date) → String? -
eventTypeFromJson(
String? type) → RadarrEventType? - Converts a string to a RadarrEventType object.
-
eventTypeToJson(
RadarrEventType? type) → String? - Converts a RadarrEventType object back to its string representation.
-
fileSystemTypeFromJson(
String? type) → RadarrFileSystemType? - Converts a string to a RadarrFileSystemType object.
-
fileSystemTypeToJson(
RadarrFileSystemType? type) → String? - Converts a RadarrFileSystemType object back to its string representation.
-
healthCheckTypeFromJson(
String? health) → RadarrHealthCheckType? - Converts a string to a RadarrHealthCheckType object.
-
healthCheckTypeToJson(
RadarrHealthCheckType? health) → String? - Converts a RadarrHealthCheckType object back to its string representation.
-
historySortKeyFromJson(
String? type) → RadarrHistorySortKey? - Converts a string to a RadarrHistorySortKey object.
-
historySortKeyToJson(
RadarrHistorySortKey? type) → String? - Converts a RadarrHistorySortKey object back to its string representation.
-
protocolFromJson(
String? protocol) → RadarrProtocol? - Converts a string to a RadarrProtocol object.
-
protocolToJson(
RadarrProtocol? protocol) → String? - Converts a RadarrProtocol object back to its string representation.
-
queueRecordStatusFromJson(
String? type) → RadarrQueueRecordStatus? - Converts a string to a RadarrQueueRecordStatus object.
-
queueRecordStatusToJson(
RadarrQueueRecordStatus? type) → String? - Converts a RadarrQueueRecordStatus object back to its string representation.
-
queueSortKeyFromJson(
String? type) → RadarrQueueSortKey? - Converts a string to a RadarrQueueSortKey object.
-
queueSortKeyToJson(
RadarrQueueSortKey? type) → String? - Converts a RadarrQueueSortKey object back to its string representation.
-
sortDirectionFromJson(
String? type) → RadarrSortDirection? - Converts a string to a RadarrSortDirection object.
-
sortDirectionToJson(
RadarrSortDirection? type) → String? - Converts a RadarrSortDirection object back to its string representation.
-
trackedDownloadStateFromJson(
String? type) → RadarrTrackedDownloadState? - Converts a string to a RadarrTrackedDownloadState object.
-
trackedDownloadStateToJson(
RadarrTrackedDownloadState? type) → String? - Converts a RadarrTrackedDownloadState object back to its string representation.
-
trackedDownloadStatusFromJson(
String? type) → RadarrTrackedDownloadStatus? - Converts a string to a RadarrTrackedDownloadStatus object.
-
trackedDownloadStatusToJson(
RadarrTrackedDownloadStatus? type) → String? - Converts a RadarrTrackedDownloadStatus object back to its string representation.