30#ifndef JELLYFIN_DTO_BOOKINFOREMOTESEARCHQUERY_H
31#define JELLYFIN_DTO_BOOKINFOREMOTESEARCHQUERY_H
35#include <QSharedPointer>
67 QJsonObject
toJson()
const;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition bookinforemotesearchquery.h:50
void replaceData(BookInfoRemoteSearchQuery &other)
Definition bookinforemotesearchquery.cpp:55
QString m_itemId
Definition bookinforemotesearchquery.h:103
QString searchProviderName() const
Gets or sets the provider name to search within if 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)
Gets or sets the provider name to search within if set.
Definition bookinforemotesearchquery.cpp:105
void setSearchInfo(QSharedPointer< BookInfo > newSearchInfo)
Definition bookinforemotesearchquery.cpp:93
BookInfoRemoteSearchQuery(QSharedPointer< BookInfo > searchInfo, QString itemId, bool includeDisabledProviders)
Definition bookinforemotesearchquery.cpp:36
QSharedPointer< BookInfo > m_searchInfo
Definition bookinforemotesearchquery.h:102
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::BookInfoRemoteSearchQuery BookInfoRemoteSearchQuery
Definition bookinforemotesearchquery.h:117
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