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