#include <requesttypes.h>
◆ 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: