![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | channelId () const |
| Optional. Filter by channel id. | |
| void | setChannelId (QString newChannelId) |
| bool | channelIdNull () const |
| void | setChannelIdNull () |
| const QList< ImageType > & | enableImageTypes () const |
| Optional. The image types to include in the output. | |
| void | setEnableImageTypes (QList< ImageType > newEnableImageTypes) |
| bool | enableImageTypesNull () const |
| void | setEnableImageTypesNull () |
| const bool & | enableImages () const |
| Optional. Include image information in output. | |
| void | setEnableImages (bool newEnableImages) |
| bool | enableImagesNull () const |
| void | setEnableImagesNull () |
| const bool & | enableTotalRecordCount () const |
| Optional. Return total record count. | |
| void | setEnableTotalRecordCount (bool newEnableTotalRecordCount) |
| bool | enableTotalRecordCountNull () const |
| void | setEnableTotalRecordCountNull () |
| const bool & | enableUserData () const |
| Optional. Include user data. | |
| void | setEnableUserData (bool newEnableUserData) |
| bool | enableUserDataNull () const |
| void | setEnableUserDataNull () |
| 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 QString & | groupId () const |
| Optional. Filter by recording group. | |
| void | setGroupId (QString newGroupId) |
| bool | groupIdNull () const |
| void | setGroupIdNull () |
| const qint32 & | imageTypeLimit () const |
| Optional. The max number of images to return, per image type. | |
| void | setImageTypeLimit (qint32 newImageTypeLimit) |
| bool | imageTypeLimitNull () const |
| void | setImageTypeLimitNull () |
| const bool & | isInProgress () const |
| Optional. Filter by recordings that are in progress, or not. | |
| void | setIsInProgress (bool newIsInProgress) |
| bool | isInProgressNull () const |
| void | setIsInProgressNull () |
| const qint32 & | limit () const |
| Optional. The maximum number of records to return. | |
| void | setLimit (qint32 newLimit) |
| bool | limitNull () const |
| void | setLimitNull () |
| const QString & | seriesTimerId () const |
| Optional. Filter by recordings belonging to a series timer. | |
| void | setSeriesTimerId (QString newSeriesTimerId) |
| bool | seriesTimerIdNull () const |
| void | setSeriesTimerIdNull () |
| 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 RecordingStatus & | status () const |
| Optional. Filter by recording status. | |
| void | setStatus (RecordingStatus newStatus) |
| bool | statusNull () const |
| void | setStatusNull () |
| const QString & | userId () const |
| Optional. Filter by user and attach user data. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| const QString & Jellyfin::Loader::GetRecordingsSeriesParams::channelId | ( | ) | const |
Optional. Filter by channel id.
| bool Jellyfin::Loader::GetRecordingsSeriesParams::channelIdNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetRecordingsSeriesParams::enableImages | ( | ) | const |
Optional. Include image information in output.
| bool Jellyfin::Loader::GetRecordingsSeriesParams::enableImagesNull | ( | ) | const |
Optional. The image types to include in the output.
| bool Jellyfin::Loader::GetRecordingsSeriesParams::enableImageTypesNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetRecordingsSeriesParams::enableTotalRecordCount | ( | ) | const |
Optional. Return total record count.
| bool Jellyfin::Loader::GetRecordingsSeriesParams::enableTotalRecordCountNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetRecordingsSeriesParams::enableUserData | ( | ) | const |
Optional. Include user data.
| bool Jellyfin::Loader::GetRecordingsSeriesParams::enableUserDataNull | ( | ) | const |
| const QList< ItemFields > & Jellyfin::Loader::GetRecordingsSeriesParams::fields | ( | ) | const |
Optional. Specify additional fields of information to return in the output.
| bool Jellyfin::Loader::GetRecordingsSeriesParams::fieldsNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetRecordingsSeriesParams::groupId | ( | ) | const |
Optional. Filter by recording group.
| bool Jellyfin::Loader::GetRecordingsSeriesParams::groupIdNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetRecordingsSeriesParams::imageTypeLimit | ( | ) | const |
Optional. The max number of images to return, per image type.
| bool Jellyfin::Loader::GetRecordingsSeriesParams::imageTypeLimitNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetRecordingsSeriesParams::isInProgress | ( | ) | const |
Optional. Filter by recordings that are in progress, or not.
| bool Jellyfin::Loader::GetRecordingsSeriesParams::isInProgressNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetRecordingsSeriesParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
| bool Jellyfin::Loader::GetRecordingsSeriesParams::limitNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetRecordingsSeriesParams::seriesTimerId | ( | ) | const |
Optional. Filter by recordings belonging to a series timer.
| bool Jellyfin::Loader::GetRecordingsSeriesParams::seriesTimerIdNull | ( | ) | const |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setChannelId | ( | QString | newChannelId | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setChannelIdNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setEnableImages | ( | bool | newEnableImages | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setEnableImagesNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setEnableImageTypes | ( | QList< ImageType > | newEnableImageTypes | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setEnableImageTypesNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setEnableTotalRecordCount | ( | bool | newEnableTotalRecordCount | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setEnableTotalRecordCountNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setEnableUserData | ( | bool | newEnableUserData | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setEnableUserDataNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setFields | ( | QList< ItemFields > | newFields | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setFieldsNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setGroupId | ( | QString | newGroupId | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setGroupIdNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setImageTypeLimit | ( | qint32 | newImageTypeLimit | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setImageTypeLimitNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setIsInProgress | ( | bool | newIsInProgress | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setIsInProgressNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setLimit | ( | qint32 | newLimit | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setLimitNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setSeriesTimerId | ( | QString | newSeriesTimerId | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setSeriesTimerIdNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setStartIndex | ( | qint32 | newStartIndex | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setStartIndexNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setStatus | ( | RecordingStatus | newStatus | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setStatusNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetRecordingsSeriesParams::setUserIdNull | ( | ) |
| const qint32 & Jellyfin::Loader::GetRecordingsSeriesParams::startIndex | ( | ) | const |
Optional. The record index to start at. All items with a lower index will be dropped from the results.
| bool Jellyfin::Loader::GetRecordingsSeriesParams::startIndexNull | ( | ) | const |
| const RecordingStatus & Jellyfin::Loader::GetRecordingsSeriesParams::status | ( | ) | const |
Optional. Filter by recording status.
| bool Jellyfin::Loader::GetRecordingsSeriesParams::statusNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetRecordingsSeriesParams::userId | ( | ) | const |
Optional. Filter by user and attach user data.
| bool Jellyfin::Loader::GetRecordingsSeriesParams::userIdNull | ( | ) | const |