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