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