![]() |
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 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 bool & | isKids () const |
| Optional. Filter for kids. | |
| void | setIsKids (bool newIsKids) |
| bool | isKidsNull () const |
| void | setIsKidsNull () |
| const bool & | isLibraryItem () const |
| Optional. Filter for is library item. | |
| void | setIsLibraryItem (bool newIsLibraryItem) |
| bool | isLibraryItemNull () const |
| void | setIsLibraryItemNull () |
| const bool & | isMovie () const |
| Optional. Filter for movies. | |
| void | setIsMovie (bool newIsMovie) |
| bool | isMovieNull () const |
| void | setIsMovieNull () |
| const bool & | isNews () const |
| Optional. Filter for news. | |
| void | setIsNews (bool newIsNews) |
| bool | isNewsNull () const |
| void | setIsNewsNull () |
| const bool & | isSeries () const |
| Optional. Filter for series. | |
| void | setIsSeries (bool newIsSeries) |
| bool | isSeriesNull () const |
| void | setIsSeriesNull () |
| const bool & | isSports () const |
| Optional. Filter for sports. | |
| void | setIsSports (bool newIsSports) |
| bool | isSportsNull () const |
| void | setIsSportsNull () |
| 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::GetRecordingsParams::channelId | ( | ) | const |
Optional. Filter by channel id.
| bool Jellyfin::Loader::GetRecordingsParams::channelIdNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetRecordingsParams::enableImages | ( | ) | const |
Optional. Include image information in output.
| bool Jellyfin::Loader::GetRecordingsParams::enableImagesNull | ( | ) | const |
Optional. The image types to include in the output.
| bool Jellyfin::Loader::GetRecordingsParams::enableImageTypesNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetRecordingsParams::enableTotalRecordCount | ( | ) | const |
Optional. Return total record count.
| bool Jellyfin::Loader::GetRecordingsParams::enableTotalRecordCountNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetRecordingsParams::enableUserData | ( | ) | const |
Optional. Include user data.
| bool Jellyfin::Loader::GetRecordingsParams::enableUserDataNull | ( | ) | const |
| const QList< ItemFields > & Jellyfin::Loader::GetRecordingsParams::fields | ( | ) | const |
Optional. Specify additional fields of information to return in the output.
| bool Jellyfin::Loader::GetRecordingsParams::fieldsNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetRecordingsParams::imageTypeLimit | ( | ) | const |
Optional. The max number of images to return, per image type.
| bool Jellyfin::Loader::GetRecordingsParams::imageTypeLimitNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetRecordingsParams::isInProgress | ( | ) | const |
Optional. Filter by recordings that are in progress, or not.
| bool Jellyfin::Loader::GetRecordingsParams::isInProgressNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetRecordingsParams::isKids | ( | ) | const |
Optional. Filter for kids.
| bool Jellyfin::Loader::GetRecordingsParams::isKidsNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetRecordingsParams::isLibraryItem | ( | ) | const |
Optional. Filter for is library item.
| bool Jellyfin::Loader::GetRecordingsParams::isLibraryItemNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetRecordingsParams::isMovie | ( | ) | const |
Optional. Filter for movies.
| bool Jellyfin::Loader::GetRecordingsParams::isMovieNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetRecordingsParams::isNews | ( | ) | const |
Optional. Filter for news.
| bool Jellyfin::Loader::GetRecordingsParams::isNewsNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetRecordingsParams::isSeries | ( | ) | const |
Optional. Filter for series.
| bool Jellyfin::Loader::GetRecordingsParams::isSeriesNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetRecordingsParams::isSports | ( | ) | const |
Optional. Filter for sports.
| bool Jellyfin::Loader::GetRecordingsParams::isSportsNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetRecordingsParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
| bool Jellyfin::Loader::GetRecordingsParams::limitNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetRecordingsParams::seriesTimerId | ( | ) | const |
Optional. Filter by recordings belonging to a series timer.
| bool Jellyfin::Loader::GetRecordingsParams::seriesTimerIdNull | ( | ) | const |
| void Jellyfin::Loader::GetRecordingsParams::setChannelId | ( | QString | newChannelId | ) |
| void Jellyfin::Loader::GetRecordingsParams::setChannelIdNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setEnableImages | ( | bool | newEnableImages | ) |
| void Jellyfin::Loader::GetRecordingsParams::setEnableImagesNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setEnableImageTypes | ( | QList< ImageType > | newEnableImageTypes | ) |
| void Jellyfin::Loader::GetRecordingsParams::setEnableImageTypesNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setEnableTotalRecordCount | ( | bool | newEnableTotalRecordCount | ) |
| void Jellyfin::Loader::GetRecordingsParams::setEnableTotalRecordCountNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setEnableUserData | ( | bool | newEnableUserData | ) |
| void Jellyfin::Loader::GetRecordingsParams::setEnableUserDataNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setFields | ( | QList< ItemFields > | newFields | ) |
| void Jellyfin::Loader::GetRecordingsParams::setFieldsNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setImageTypeLimit | ( | qint32 | newImageTypeLimit | ) |
| void Jellyfin::Loader::GetRecordingsParams::setImageTypeLimitNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setIsInProgress | ( | bool | newIsInProgress | ) |
| void Jellyfin::Loader::GetRecordingsParams::setIsInProgressNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setIsKids | ( | bool | newIsKids | ) |
| void Jellyfin::Loader::GetRecordingsParams::setIsKidsNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setIsLibraryItem | ( | bool | newIsLibraryItem | ) |
| void Jellyfin::Loader::GetRecordingsParams::setIsLibraryItemNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setIsMovie | ( | bool | newIsMovie | ) |
| void Jellyfin::Loader::GetRecordingsParams::setIsMovieNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setIsNews | ( | bool | newIsNews | ) |
| void Jellyfin::Loader::GetRecordingsParams::setIsNewsNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setIsSeries | ( | bool | newIsSeries | ) |
| void Jellyfin::Loader::GetRecordingsParams::setIsSeriesNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setIsSports | ( | bool | newIsSports | ) |
| void Jellyfin::Loader::GetRecordingsParams::setIsSportsNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setLimit | ( | qint32 | newLimit | ) |
| void Jellyfin::Loader::GetRecordingsParams::setLimitNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setSeriesTimerId | ( | QString | newSeriesTimerId | ) |
| void Jellyfin::Loader::GetRecordingsParams::setSeriesTimerIdNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setStartIndex | ( | qint32 | newStartIndex | ) |
| void Jellyfin::Loader::GetRecordingsParams::setStartIndexNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setStatus | ( | RecordingStatus | newStatus | ) |
| void Jellyfin::Loader::GetRecordingsParams::setStatusNull | ( | ) |
| void Jellyfin::Loader::GetRecordingsParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetRecordingsParams::setUserIdNull | ( | ) |
| const qint32 & Jellyfin::Loader::GetRecordingsParams::startIndex | ( | ) | const |
Optional. The record index to start at. All items with a lower index will be dropped from the results.
| bool Jellyfin::Loader::GetRecordingsParams::startIndexNull | ( | ) | const |
| const RecordingStatus & Jellyfin::Loader::GetRecordingsParams::status | ( | ) | const |
Optional. Filter by recording status.
| bool Jellyfin::Loader::GetRecordingsParams::statusNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetRecordingsParams::userId | ( | ) | const |
Optional. Filter by user and attach user data.
| bool Jellyfin::Loader::GetRecordingsParams::userIdNull | ( | ) | const |