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

#include <requesttypes.h>

Public Member Functions

const bool & isFavorite () const
 Optional. Get counts of favorite items.

 
void setIsFavorite (bool newIsFavorite)
 
bool isFavoriteNull () const
 
void setIsFavoriteNull ()
 
const QString & userId () const
 Optional. Get counts from a specific user's library.
 
void setUserId (QString newUserId)
 
bool userIdNull () const
 
void setUserIdNull ()
 

Member Function Documentation

◆ isFavorite()

const bool & Jellyfin::Loader::GetItemCountsParams::isFavorite ( ) const

Optional. Get counts of favorite items.

◆ isFavoriteNull()

bool Jellyfin::Loader::GetItemCountsParams::isFavoriteNull ( ) const

◆ setIsFavorite()

void Jellyfin::Loader::GetItemCountsParams::setIsFavorite ( bool newIsFavorite)

◆ setIsFavoriteNull()

void Jellyfin::Loader::GetItemCountsParams::setIsFavoriteNull ( )

◆ setUserId()

void Jellyfin::Loader::GetItemCountsParams::setUserId ( QString newUserId)

◆ setUserIdNull()

void Jellyfin::Loader::GetItemCountsParams::setUserIdNull ( )

◆ userId()

const QString & Jellyfin::Loader::GetItemCountsParams::userId ( ) const

Optional. Get counts from a specific user's library.

◆ userIdNull()

bool Jellyfin::Loader::GetItemCountsParams::userIdNull ( ) const

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