![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| 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 & | 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 qint32 & | limit () const |
| Optional. The maximum number of records to return. | |
| void | setLimit (qint32 newLimit) |
| bool | limitNull () const |
| void | setLimitNull () |
| const QString & | parentId () const |
| Optional. Specify this to localize the search to a specific item or folder. Omit to use the root. | |
| void | setParentId (QString newParentId) |
| bool | parentIdNull () const |
| void | setParentIdNull () |
| 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 |
| The user id of the user to get the upcoming episodes for. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| const bool & Jellyfin::Loader::GetUpcomingEpisodesParams::enableImages | ( | ) | const |
Optional. Include image information in output.
| bool Jellyfin::Loader::GetUpcomingEpisodesParams::enableImagesNull | ( | ) | const |
Optional. The image types to include in the output.
| bool Jellyfin::Loader::GetUpcomingEpisodesParams::enableImageTypesNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetUpcomingEpisodesParams::enableUserData | ( | ) | const |
Optional. Include user data.
| bool Jellyfin::Loader::GetUpcomingEpisodesParams::enableUserDataNull | ( | ) | const |
| const QList< ItemFields > & Jellyfin::Loader::GetUpcomingEpisodesParams::fields | ( | ) | const |
Optional. Specify additional fields of information to return in the output.
| bool Jellyfin::Loader::GetUpcomingEpisodesParams::fieldsNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetUpcomingEpisodesParams::imageTypeLimit | ( | ) | const |
Optional. The max number of images to return, per image type.
| bool Jellyfin::Loader::GetUpcomingEpisodesParams::imageTypeLimitNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetUpcomingEpisodesParams::limit | ( | ) | const |
Optional. The maximum number of records to return.
| bool Jellyfin::Loader::GetUpcomingEpisodesParams::limitNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetUpcomingEpisodesParams::parentId | ( | ) | const |
Optional. Specify this to localize the search to a specific item or folder. Omit to use the root.
| bool Jellyfin::Loader::GetUpcomingEpisodesParams::parentIdNull | ( | ) | const |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setEnableImages | ( | bool | newEnableImages | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setEnableImagesNull | ( | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setEnableImageTypes | ( | QList< ImageType > | newEnableImageTypes | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setEnableImageTypesNull | ( | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setEnableUserData | ( | bool | newEnableUserData | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setEnableUserDataNull | ( | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setFields | ( | QList< ItemFields > | newFields | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setFieldsNull | ( | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setImageTypeLimit | ( | qint32 | newImageTypeLimit | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setImageTypeLimitNull | ( | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setLimit | ( | qint32 | newLimit | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setLimitNull | ( | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setParentId | ( | QString | newParentId | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setParentIdNull | ( | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setStartIndex | ( | qint32 | newStartIndex | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setStartIndexNull | ( | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetUpcomingEpisodesParams::setUserIdNull | ( | ) |
| const qint32 & Jellyfin::Loader::GetUpcomingEpisodesParams::startIndex | ( | ) | const |
Optional. The record index to start at. All items with a lower index will be dropped from the results.
| bool Jellyfin::Loader::GetUpcomingEpisodesParams::startIndexNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetUpcomingEpisodesParams::userId | ( | ) | const |
The user id of the user to get the upcoming episodes for.
| bool Jellyfin::Loader::GetUpcomingEpisodesParams::userIdNull | ( | ) | const |