#include <albuminforemotesearchquery.h>
◆ AlbumInfoRemoteSearchQuery() [1/2]
Jellyfin::DTO::AlbumInfoRemoteSearchQuery::AlbumInfoRemoteSearchQuery |
( |
QSharedPointer< AlbumInfo > | searchInfo, |
|
|
QString | itemId, |
|
|
bool | includeDisabledProviders ) |
◆ AlbumInfoRemoteSearchQuery() [2/2]
◆ fromJson()
◆ includeDisabledProviders()
bool Jellyfin::DTO::AlbumInfoRemoteSearchQuery::includeDisabledProviders |
( |
| ) |
const |
Gets or sets a value indicating whether disabled providers should be included.
◆ itemId()
QString Jellyfin::DTO::AlbumInfoRemoteSearchQuery::itemId |
( |
| ) |
const |
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ searchInfo()
QSharedPointer< AlbumInfo > Jellyfin::DTO::AlbumInfoRemoteSearchQuery::searchInfo |
( |
| ) |
const |
◆ searchProviderName()
QString Jellyfin::DTO::AlbumInfoRemoteSearchQuery::searchProviderName |
( |
| ) |
const |
Will only search within the given provider when set.
◆ searchProviderNameNull()
bool Jellyfin::DTO::AlbumInfoRemoteSearchQuery::searchProviderNameNull |
( |
| ) |
const |
◆ setFromJson()
void Jellyfin::DTO::AlbumInfoRemoteSearchQuery::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setIncludeDisabledProviders()
void Jellyfin::DTO::AlbumInfoRemoteSearchQuery::setIncludeDisabledProviders |
( |
bool | newIncludeDisabledProviders | ) |
|
Gets or sets a value indicating whether disabled providers should be included.
◆ setItemId()
void Jellyfin::DTO::AlbumInfoRemoteSearchQuery::setItemId |
( |
QString | newItemId | ) |
|
◆ setSearchInfo()
void Jellyfin::DTO::AlbumInfoRemoteSearchQuery::setSearchInfo |
( |
QSharedPointer< AlbumInfo > | newSearchInfo | ) |
|
◆ setSearchProviderName()
void Jellyfin::DTO::AlbumInfoRemoteSearchQuery::setSearchProviderName |
( |
QString | newSearchProviderName | ) |
|
Will only search within the given provider when set.
◆ setSearchProviderNameNull()
void Jellyfin::DTO::AlbumInfoRemoteSearchQuery::setSearchProviderNameNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::AlbumInfoRemoteSearchQuery::toJson |
( |
| ) |
const |
◆ m_includeDisabledProviders
bool Jellyfin::DTO::AlbumInfoRemoteSearchQuery::m_includeDisabledProviders |
|
protected |
◆ m_itemId
QString Jellyfin::DTO::AlbumInfoRemoteSearchQuery::m_itemId |
|
protected |
◆ m_searchInfo
QSharedPointer<AlbumInfo> Jellyfin::DTO::AlbumInfoRemoteSearchQuery::m_searchInfo = QSharedPointer<AlbumInfo>() |
|
protected |
◆ m_searchProviderName
QString Jellyfin::DTO::AlbumInfoRemoteSearchQuery::m_searchProviderName |
|
protected |
The documentation for this class was generated from the following files: