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>();
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
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
Gets or sets the provider name to search within if set.
Definition musicvideoinforemotesearchquery.cpp:103
void setSearchProviderName(QString newSearchProviderName)
Gets or sets the provider name to search within if 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
MusicVideoInfoRemoteSearchQuery(QSharedPointer< MusicVideoInfo > searchInfo, QString itemId, bool includeDisabledProviders)
Definition musicvideoinforemotesearchquery.cpp:36
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
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
Definition accessschedule.h:128
Jellyfin::DTO::MusicVideoInfoRemoteSearchQuery MusicVideoInfoRemoteSearchQuery
Definition musicvideoinforemotesearchquery.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