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

#include <requesttypes.h>

Public Member Functions

const bool & isFavorite () const
 Optional. Filter by channels that are favorite.

 
void setIsFavorite (bool newIsFavorite)
 
bool isFavoriteNull () const
 
void setIsFavoriteNull ()
 
const qint32 & limit () const
 Optional. The maximum number of records to return.

 
void setLimit (qint32 newLimit)
 
bool limitNull () const
 
void setLimitNull ()
 
const qint32 & startIndex () const
 Optional. The record index to start at. All items with a lower index will be dropped from the results.

 
void setStartIndex (qint32 newStartIndex)
 
bool startIndexNull () const
 
void setStartIndexNull ()
 
const bool & supportsLatestItems () const
 Optional. Filter by channels that support getting latest items.

 
void setSupportsLatestItems (bool newSupportsLatestItems)
 
bool supportsLatestItemsNull () const
 
void setSupportsLatestItemsNull ()
 
const bool & supportsMediaDeletion () const
 Optional. Filter by channels that support media deletion.

 
void setSupportsMediaDeletion (bool newSupportsMediaDeletion)
 
bool supportsMediaDeletionNull () const
 
void setSupportsMediaDeletionNull ()
 
const QString & userId () const
 User Id to filter by. Use System.Guid.Empty to not filter by user.

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

Member Function Documentation

◆ isFavorite()

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

Optional. Filter by channels that are favorite.

◆ isFavoriteNull()

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

◆ limit()

const qint32 & Jellyfin::Loader::GetChannelsParams::limit ( ) const

Optional. The maximum number of records to return.

◆ limitNull()

bool Jellyfin::Loader::GetChannelsParams::limitNull ( ) const

◆ setIsFavorite()

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

◆ setIsFavoriteNull()

void Jellyfin::Loader::GetChannelsParams::setIsFavoriteNull ( )

◆ setLimit()

void Jellyfin::Loader::GetChannelsParams::setLimit ( qint32 newLimit)

◆ setLimitNull()

void Jellyfin::Loader::GetChannelsParams::setLimitNull ( )

◆ setStartIndex()

void Jellyfin::Loader::GetChannelsParams::setStartIndex ( qint32 newStartIndex)

◆ setStartIndexNull()

void Jellyfin::Loader::GetChannelsParams::setStartIndexNull ( )

◆ setSupportsLatestItems()

void Jellyfin::Loader::GetChannelsParams::setSupportsLatestItems ( bool newSupportsLatestItems)

◆ setSupportsLatestItemsNull()

void Jellyfin::Loader::GetChannelsParams::setSupportsLatestItemsNull ( )

◆ setSupportsMediaDeletion()

void Jellyfin::Loader::GetChannelsParams::setSupportsMediaDeletion ( bool newSupportsMediaDeletion)

◆ setSupportsMediaDeletionNull()

void Jellyfin::Loader::GetChannelsParams::setSupportsMediaDeletionNull ( )

◆ setUserId()

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

◆ setUserIdNull()

void Jellyfin::Loader::GetChannelsParams::setUserIdNull ( )

◆ startIndex()

const qint32 & Jellyfin::Loader::GetChannelsParams::startIndex ( ) const

Optional. The record index to start at. All items with a lower index will be dropped from the results.

◆ startIndexNull()

bool Jellyfin::Loader::GetChannelsParams::startIndexNull ( ) const

◆ supportsLatestItems()

const bool & Jellyfin::Loader::GetChannelsParams::supportsLatestItems ( ) const

Optional. Filter by channels that support getting latest items.

◆ supportsLatestItemsNull()

bool Jellyfin::Loader::GetChannelsParams::supportsLatestItemsNull ( ) const

◆ supportsMediaDeletion()

const bool & Jellyfin::Loader::GetChannelsParams::supportsMediaDeletion ( ) const

Optional. Filter by channels that support media deletion.

◆ supportsMediaDeletionNull()

bool Jellyfin::Loader::GetChannelsParams::supportsMediaDeletionNull ( ) const

◆ userId()

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

User Id to filter by. Use System.Guid.Empty to not filter by user.

◆ userIdNull()

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

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