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