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