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