30#ifndef JELLYFIN_DTO_EXTERNALIDINFO_H
31#define JELLYFIN_DTO_EXTERNALIDINFO_H
64 QJsonObject
toJson()
const;
85 void setKey(QString newKey);
Definition externalidinfo.h:49
QJsonObject toJson() const
Definition externalidinfo.cpp:73
void setName(QString newName)
Gets or sets the display name of the external id provider (IE: IMDB, MusicBrainz, etc).
Definition externalidinfo.cpp:97
void setKeyNull()
Definition externalidinfo.cpp:117
QString m_urlFormatString
Definition externalidinfo.h:110
void setNameNull()
Definition externalidinfo.cpp:104
ExternalIdMediaType type() const
Definition externalidinfo.cpp:121
void setType(ExternalIdMediaType newType)
Definition externalidinfo.cpp:123
static ExternalIdInfo fromJson(QJsonObject source)
Definition externalidinfo.cpp:58
void setFromJson(QJsonObject source)
Definition externalidinfo.cpp:65
QString urlFormatString() const
Gets or sets the URL format string.
Definition externalidinfo.cpp:127
QString m_key
Definition externalidinfo.h:108
void setUrlFormatStringNull()
Definition externalidinfo.cpp:136
QString name() const
Gets or sets the display name of the external id provider (IE: IMDB, MusicBrainz, etc).
Definition externalidinfo.cpp:95
ExternalIdMediaType m_type
Definition externalidinfo.h:109
bool nameNull() const
Definition externalidinfo.cpp:100
void setKey(QString newKey)
Gets or sets the unique key for this id. This key should be unique across all providers.
Definition externalidinfo.cpp:110
void setUrlFormatString(QString newUrlFormatString)
Gets or sets the URL format string.
Definition externalidinfo.cpp:129
QString m_name
Definition externalidinfo.h:107
void replaceData(ExternalIdInfo &other)
Definition externalidinfo.cpp:51
QString key() const
Gets or sets the unique key for this id. This key should be unique across all providers.
Definition externalidinfo.cpp:108
bool urlFormatStringNull() const
Definition externalidinfo.cpp:132
bool keyNull() const
Definition externalidinfo.cpp:113
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45