![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#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 () |
| const bool & Jellyfin::Loader::GetChannelsParams::isFavorite | ( | ) | const |
Optional. Filter by channels that are favorite.
| bool Jellyfin::Loader::GetChannelsParams::isFavoriteNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetChannelsParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
| bool Jellyfin::Loader::GetChannelsParams::limitNull | ( | ) | const |
| void Jellyfin::Loader::GetChannelsParams::setIsFavorite | ( | bool | newIsFavorite | ) |
| void Jellyfin::Loader::GetChannelsParams::setIsFavoriteNull | ( | ) |
| void Jellyfin::Loader::GetChannelsParams::setLimit | ( | qint32 | newLimit | ) |
| void Jellyfin::Loader::GetChannelsParams::setLimitNull | ( | ) |
| void Jellyfin::Loader::GetChannelsParams::setStartIndex | ( | qint32 | newStartIndex | ) |
| void Jellyfin::Loader::GetChannelsParams::setStartIndexNull | ( | ) |
| void Jellyfin::Loader::GetChannelsParams::setSupportsLatestItems | ( | bool | newSupportsLatestItems | ) |
| void Jellyfin::Loader::GetChannelsParams::setSupportsLatestItemsNull | ( | ) |
| void Jellyfin::Loader::GetChannelsParams::setSupportsMediaDeletion | ( | bool | newSupportsMediaDeletion | ) |
| void Jellyfin::Loader::GetChannelsParams::setSupportsMediaDeletionNull | ( | ) |
| void Jellyfin::Loader::GetChannelsParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetChannelsParams::setUserIdNull | ( | ) |
| 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.
| bool Jellyfin::Loader::GetChannelsParams::startIndexNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetChannelsParams::supportsLatestItems | ( | ) | const |
Optional. Filter by channels that support getting latest items.
| bool Jellyfin::Loader::GetChannelsParams::supportsLatestItemsNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetChannelsParams::supportsMediaDeletion | ( | ) | const |
Optional. Filter by channels that support media deletion.
| bool Jellyfin::Loader::GetChannelsParams::supportsMediaDeletionNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetChannelsParams::userId | ( | ) | const |
User Id to filter by. Use System.Guid.Empty to not filter by user.
| bool Jellyfin::Loader::GetChannelsParams::userIdNull | ( | ) | const |