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

#include <requesttypes.h>

Public Member Functions

const QString & name () const
 Person name.
 
void setName (QString newName)
 
const QString & userId () const
 Optional. Filter by user id, and attach user data.

 
void setUserId (QString newUserId)
 
bool userIdNull () const
 
void setUserIdNull ()
 

Member Function Documentation

◆ name()

const QString & Jellyfin::Loader::GetPersonParams::name ( ) const

Person name.

◆ setName()

void Jellyfin::Loader::GetPersonParams::setName ( QString newName)

◆ setUserId()

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

◆ setUserIdNull()

void Jellyfin::Loader::GetPersonParams::setUserIdNull ( )

◆ userId()

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

Optional. Filter by user id, and attach user data.

◆ userIdNull()

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

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