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

#include <requesttypes.h>

Public Member Functions

const QString & pw () const
 Password.

 
void setPw (QString newPw)
 
bool pwNull () const
 
void setPwNull ()
 
const bool & validateListings () const
 Validate listings.

 
void setValidateListings (bool newValidateListings)
 
bool validateListingsNull () const
 
void setValidateListingsNull ()
 
const bool & validateLogin () const
 Validate login.

 
void setValidateLogin (bool newValidateLogin)
 
bool validateLoginNull () const
 
void setValidateLoginNull ()
 
const QSharedPointer< ListingsProviderInfo > & body () const
 New listings info.

 
void setBody (QSharedPointer< ListingsProviderInfo > newBody)
 

Member Function Documentation

◆ body()

const QSharedPointer< ListingsProviderInfo > & Jellyfin::Loader::AddListingProviderParams::body ( ) const

New listings info.

◆ pw()

const QString & Jellyfin::Loader::AddListingProviderParams::pw ( ) const

Password.

◆ pwNull()

bool Jellyfin::Loader::AddListingProviderParams::pwNull ( ) const

◆ setBody()

void Jellyfin::Loader::AddListingProviderParams::setBody ( QSharedPointer< ListingsProviderInfo > newBody)

◆ setPw()

void Jellyfin::Loader::AddListingProviderParams::setPw ( QString newPw)

◆ setPwNull()

void Jellyfin::Loader::AddListingProviderParams::setPwNull ( )

◆ setValidateListings()

void Jellyfin::Loader::AddListingProviderParams::setValidateListings ( bool newValidateListings)

◆ setValidateListingsNull()

void Jellyfin::Loader::AddListingProviderParams::setValidateListingsNull ( )

◆ setValidateLogin()

void Jellyfin::Loader::AddListingProviderParams::setValidateLogin ( bool newValidateLogin)

◆ setValidateLoginNull()

void Jellyfin::Loader::AddListingProviderParams::setValidateLoginNull ( )

◆ validateListings()

const bool & Jellyfin::Loader::AddListingProviderParams::validateListings ( ) const

Validate listings.

◆ validateListingsNull()

bool Jellyfin::Loader::AddListingProviderParams::validateListingsNull ( ) const

◆ validateLogin()

const bool & Jellyfin::Loader::AddListingProviderParams::validateLogin ( ) const

Validate login.

◆ validateLoginNull()

bool Jellyfin::Loader::AddListingProviderParams::validateLoginNull ( ) const

The documentation for this class was generated from the following files: