![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | channelId () const |
| Channel Id. | |
| void | setChannelId (QString newChannelId) |
| const QList< ItemFields > & | fields () const |
| Optional. Specify additional fields of information to return in the output. | |
| void | setFields (QList< ItemFields > newFields) |
| bool | fieldsNull () const |
| void | setFieldsNull () |
| const QList< ItemFilter > & | filters () const |
| Optional. Specify additional filters to apply. | |
| void | setFilters (QList< ItemFilter > newFilters) |
| bool | filtersNull () const |
| void | setFiltersNull () |
| const QString & | folderId () const |
| Optional. Folder Id. | |
| void | setFolderId (QString newFolderId) |
| bool | folderIdNull () const |
| void | setFolderIdNull () |
| const qint32 & | limit () const |
| Optional. The maximum number of records to return. | |
| void | setLimit (qint32 newLimit) |
| bool | limitNull () const |
| void | setLimitNull () |
| const QList< ItemSortBy > & | sortBy () const |
| Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime. | |
| void | setSortBy (QList< ItemSortBy > newSortBy) |
| bool | sortByNull () const |
| void | setSortByNull () |
| const QList< SortOrder > & | sortOrder () const |
| Optional. Sort Order - Ascending,Descending. | |
| void | setSortOrder (QList< SortOrder > newSortOrder) |
| bool | sortOrderNull () const |
| void | setSortOrderNull () |
| 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 QString & | userId () const |
| Optional. User Id. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| const QString & Jellyfin::Loader::GetChannelItemsParams::channelId | ( | ) | const |
Channel Id.
| const QList< ItemFields > & Jellyfin::Loader::GetChannelItemsParams::fields | ( | ) | const |
Optional. Specify additional fields of information to return in the output.
| bool Jellyfin::Loader::GetChannelItemsParams::fieldsNull | ( | ) | const |
| const QList< ItemFilter > & Jellyfin::Loader::GetChannelItemsParams::filters | ( | ) | const |
Optional. Specify additional filters to apply.
| bool Jellyfin::Loader::GetChannelItemsParams::filtersNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetChannelItemsParams::folderId | ( | ) | const |
Optional. Folder Id.
| bool Jellyfin::Loader::GetChannelItemsParams::folderIdNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetChannelItemsParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
| bool Jellyfin::Loader::GetChannelItemsParams::limitNull | ( | ) | const |
| void Jellyfin::Loader::GetChannelItemsParams::setChannelId | ( | QString | newChannelId | ) |
| void Jellyfin::Loader::GetChannelItemsParams::setFields | ( | QList< ItemFields > | newFields | ) |
| void Jellyfin::Loader::GetChannelItemsParams::setFieldsNull | ( | ) |
| void Jellyfin::Loader::GetChannelItemsParams::setFilters | ( | QList< ItemFilter > | newFilters | ) |
| void Jellyfin::Loader::GetChannelItemsParams::setFiltersNull | ( | ) |
| void Jellyfin::Loader::GetChannelItemsParams::setFolderId | ( | QString | newFolderId | ) |
| void Jellyfin::Loader::GetChannelItemsParams::setFolderIdNull | ( | ) |
| void Jellyfin::Loader::GetChannelItemsParams::setLimit | ( | qint32 | newLimit | ) |
| void Jellyfin::Loader::GetChannelItemsParams::setLimitNull | ( | ) |
| void Jellyfin::Loader::GetChannelItemsParams::setSortBy | ( | QList< ItemSortBy > | newSortBy | ) |
| void Jellyfin::Loader::GetChannelItemsParams::setSortByNull | ( | ) |
| void Jellyfin::Loader::GetChannelItemsParams::setSortOrderNull | ( | ) |
| void Jellyfin::Loader::GetChannelItemsParams::setStartIndex | ( | qint32 | newStartIndex | ) |
| void Jellyfin::Loader::GetChannelItemsParams::setStartIndexNull | ( | ) |
| void Jellyfin::Loader::GetChannelItemsParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetChannelItemsParams::setUserIdNull | ( | ) |
| const QList< ItemSortBy > & Jellyfin::Loader::GetChannelItemsParams::sortBy | ( | ) | const |
Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
| bool Jellyfin::Loader::GetChannelItemsParams::sortByNull | ( | ) | const |
Optional. Sort Order - Ascending,Descending.
| bool Jellyfin::Loader::GetChannelItemsParams::sortOrderNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetChannelItemsParams::startIndex | ( | ) | const |
Optional. The record index to start at. All items with a lower index will be dropped from the results.
| bool Jellyfin::Loader::GetChannelItemsParams::startIndexNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetChannelItemsParams::userId | ( | ) | const |
Optional. User Id.
| bool Jellyfin::Loader::GetChannelItemsParams::userIdNull | ( | ) | const |