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