Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::DTO::AlbumInfoRemoteSearchQuery Class Reference

#include <albuminforemotesearchquery.h>

Public Member Functions

 AlbumInfoRemoteSearchQuery (QSharedPointer< AlbumInfo > searchInfo, QString itemId, bool includeDisabledProviders)
 
 AlbumInfoRemoteSearchQuery (const AlbumInfoRemoteSearchQuery &other)
 
void replaceData (AlbumInfoRemoteSearchQuery &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
QSharedPointer< AlbumInfosearchInfo () const
 
void setSearchInfo (QSharedPointer< AlbumInfo > newSearchInfo)
 
QString itemId () const
 
void setItemId (QString newItemId)
 
QString searchProviderName () const
 Will only search within the given provider when set.
 
void setSearchProviderName (QString newSearchProviderName)
 Will only search within the given provider when set.
 
bool searchProviderNameNull () const
 
void setSearchProviderNameNull ()
 
bool includeDisabledProviders () const
 Gets or sets a value indicating whether disabled providers should be included.
 
void setIncludeDisabledProviders (bool newIncludeDisabledProviders)
 Gets or sets a value indicating whether disabled providers should be included.
 

Static Public Member Functions

static AlbumInfoRemoteSearchQuery fromJson (QJsonObject source)
 

Protected Attributes

QSharedPointer< AlbumInfom_searchInfo = QSharedPointer<AlbumInfo>()
 
QString m_itemId
 
QString m_searchProviderName
 
bool m_includeDisabledProviders
 

Constructor & Destructor Documentation

◆ AlbumInfoRemoteSearchQuery() [1/2]

Jellyfin::DTO::AlbumInfoRemoteSearchQuery::AlbumInfoRemoteSearchQuery ( QSharedPointer< AlbumInfo > searchInfo,
QString itemId,
bool includeDisabledProviders )

◆ AlbumInfoRemoteSearchQuery() [2/2]

Jellyfin::DTO::AlbumInfoRemoteSearchQuery::AlbumInfoRemoteSearchQuery ( const AlbumInfoRemoteSearchQuery & other)

Member Function Documentation

◆ fromJson()

AlbumInfoRemoteSearchQuery Jellyfin::DTO::AlbumInfoRemoteSearchQuery::fromJson ( QJsonObject source)
static

◆ 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()

void Jellyfin::DTO::AlbumInfoRemoteSearchQuery::replaceData ( AlbumInfoRemoteSearchQuery & other)

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

Member Data Documentation

◆ 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: