30#ifndef JELLYFIN_DTO_MUSICVIDEOINFOREMOTESEARCHQUERY_H
31#define JELLYFIN_DTO_MUSICVIDEOINFOREMOTESEARCHQUERY_H
35#include <QSharedPointer>
67 QJsonObject
toJson()
const;
71 QSharedPointer<MusicVideoInfo>
searchInfo()
const;
73 void setSearchInfo(QSharedPointer<MusicVideoInfo> newSearchInfo);
102 QSharedPointer<MusicVideoInfo>
m_searchInfo = QSharedPointer<MusicVideoInfo>();
Definition musicvideoinforemotesearchquery.h:50
QString m_searchProviderName
Definition musicvideoinforemotesearchquery.h:104
void setIncludeDisabledProviders(bool newIncludeDisabledProviders)
Gets or sets a value indicating whether disabled providers should be included.
Definition musicvideoinforemotesearchquery.cpp:118
bool searchProviderNameNull() const
Definition musicvideoinforemotesearchquery.cpp:108
void replaceData(MusicVideoInfoRemoteSearchQuery &other)
Definition musicvideoinforemotesearchquery.cpp:55
void setSearchProviderNameNull()
Definition musicvideoinforemotesearchquery.cpp:112
QString searchProviderName() const
Will only search within the given provider when set.
Definition musicvideoinforemotesearchquery.cpp:103
void setSearchProviderName(QString newSearchProviderName)
Will only search within the given provider when set.
Definition musicvideoinforemotesearchquery.cpp:105
bool m_includeDisabledProviders
Definition musicvideoinforemotesearchquery.h:105
QString m_itemId
Definition musicvideoinforemotesearchquery.h:103
QJsonObject toJson() const
Definition musicvideoinforemotesearchquery.cpp:77
QString itemId() const
Definition musicvideoinforemotesearchquery.cpp:97
bool includeDisabledProviders() const
Gets or sets a value indicating whether disabled providers should be included.
Definition musicvideoinforemotesearchquery.cpp:116
static MusicVideoInfoRemoteSearchQuery fromJson(QJsonObject source)
Definition musicvideoinforemotesearchquery.cpp:62
void setSearchInfo(QSharedPointer< MusicVideoInfo > newSearchInfo)
Definition musicvideoinforemotesearchquery.cpp:93
QSharedPointer< MusicVideoInfo > m_searchInfo
Definition musicvideoinforemotesearchquery.h:102
void setFromJson(QJsonObject source)
Definition musicvideoinforemotesearchquery.cpp:69
void setItemId(QString newItemId)
Definition musicvideoinforemotesearchquery.cpp:99
QSharedPointer< MusicVideoInfo > searchInfo() const
Definition musicvideoinforemotesearchquery.cpp:91
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