![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QStringList & | channelIds () const |
| Optional. Specify one or more channel id's, comma delimited. | |
| void | setChannelIds (QStringList newChannelIds) |
| bool | channelIdsNull () const |
| void | setChannelIdsNull () |
| 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 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 QString & | userId () const |
| Optional. User Id. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| const QStringList & Jellyfin::Loader::GetLatestChannelItemsParams::channelIds | ( | ) | const |
Optional. Specify one or more channel id's, comma delimited.
| bool Jellyfin::Loader::GetLatestChannelItemsParams::channelIdsNull | ( | ) | const |
| const QList< ItemFields > & Jellyfin::Loader::GetLatestChannelItemsParams::fields | ( | ) | const |
Optional. Specify additional fields of information to return in the output.
| bool Jellyfin::Loader::GetLatestChannelItemsParams::fieldsNull | ( | ) | const |
| const QList< ItemFilter > & Jellyfin::Loader::GetLatestChannelItemsParams::filters | ( | ) | const |
Optional. Specify additional filters to apply.
| bool Jellyfin::Loader::GetLatestChannelItemsParams::filtersNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetLatestChannelItemsParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
| bool Jellyfin::Loader::GetLatestChannelItemsParams::limitNull | ( | ) | const |
| void Jellyfin::Loader::GetLatestChannelItemsParams::setChannelIds | ( | QStringList | newChannelIds | ) |
| void Jellyfin::Loader::GetLatestChannelItemsParams::setChannelIdsNull | ( | ) |
| void Jellyfin::Loader::GetLatestChannelItemsParams::setFields | ( | QList< ItemFields > | newFields | ) |
| void Jellyfin::Loader::GetLatestChannelItemsParams::setFieldsNull | ( | ) |
| void Jellyfin::Loader::GetLatestChannelItemsParams::setFilters | ( | QList< ItemFilter > | newFilters | ) |
| void Jellyfin::Loader::GetLatestChannelItemsParams::setFiltersNull | ( | ) |
| void Jellyfin::Loader::GetLatestChannelItemsParams::setLimit | ( | qint32 | newLimit | ) |
| void Jellyfin::Loader::GetLatestChannelItemsParams::setLimitNull | ( | ) |
| void Jellyfin::Loader::GetLatestChannelItemsParams::setStartIndex | ( | qint32 | newStartIndex | ) |
| void Jellyfin::Loader::GetLatestChannelItemsParams::setStartIndexNull | ( | ) |
| void Jellyfin::Loader::GetLatestChannelItemsParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetLatestChannelItemsParams::setUserIdNull | ( | ) |
| const qint32 & Jellyfin::Loader::GetLatestChannelItemsParams::startIndex | ( | ) | const |
Optional. The record index to start at. All items with a lower index will be dropped from the results.
| bool Jellyfin::Loader::GetLatestChannelItemsParams::startIndexNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetLatestChannelItemsParams::userId | ( | ) | const |
Optional. User Id.
| bool Jellyfin::Loader::GetLatestChannelItemsParams::userIdNull | ( | ) | const |