#include <requesttypes.h>
|
| const QString & | itemId () const |
| | The item id.
|
| void | setItemId (QString newItemId) |
| const bool & | inheritFromParent () const |
| | Optional. Determines whether or not parent items should be searched for theme media.
|
| void | setInheritFromParent (bool newInheritFromParent) |
| bool | inheritFromParentNull () const |
| void | setInheritFromParentNull () |
| 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 QString & | userId () const |
| | Optional. Filter by user id, and attach user data.
|
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
◆ inheritFromParent()
| const bool & Jellyfin::Loader::GetThemeSongsParams::inheritFromParent |
( |
| ) |
const |
Optional. Determines whether or not parent items should be searched for theme media.
◆ inheritFromParentNull()
| bool Jellyfin::Loader::GetThemeSongsParams::inheritFromParentNull |
( |
| ) |
const |
◆ itemId()
| const QString & Jellyfin::Loader::GetThemeSongsParams::itemId |
( |
| ) |
const |
◆ setInheritFromParent()
| void Jellyfin::Loader::GetThemeSongsParams::setInheritFromParent |
( |
bool | newInheritFromParent | ) |
|
◆ setInheritFromParentNull()
| void Jellyfin::Loader::GetThemeSongsParams::setInheritFromParentNull |
( |
| ) |
|
◆ setItemId()
| void Jellyfin::Loader::GetThemeSongsParams::setItemId |
( |
QString | newItemId | ) |
|
◆ setSortBy()
| void Jellyfin::Loader::GetThemeSongsParams::setSortBy |
( |
QList< ItemSortBy > | newSortBy | ) |
|
◆ setSortByNull()
| void Jellyfin::Loader::GetThemeSongsParams::setSortByNull |
( |
| ) |
|
◆ setSortOrder()
| void Jellyfin::Loader::GetThemeSongsParams::setSortOrder |
( |
QList< SortOrder > | newSortOrder | ) |
|
◆ setSortOrderNull()
| void Jellyfin::Loader::GetThemeSongsParams::setSortOrderNull |
( |
| ) |
|
◆ setUserId()
| void Jellyfin::Loader::GetThemeSongsParams::setUserId |
( |
QString | newUserId | ) |
|
◆ setUserIdNull()
| void Jellyfin::Loader::GetThemeSongsParams::setUserIdNull |
( |
| ) |
|
◆ sortBy()
| const QList< ItemSortBy > & Jellyfin::Loader::GetThemeSongsParams::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.
◆ sortByNull()
| bool Jellyfin::Loader::GetThemeSongsParams::sortByNull |
( |
| ) |
const |
◆ sortOrder()
| const QList< SortOrder > & Jellyfin::Loader::GetThemeSongsParams::sortOrder |
( |
| ) |
const |
Optional. Sort Order - Ascending, Descending.
◆ sortOrderNull()
| bool Jellyfin::Loader::GetThemeSongsParams::sortOrderNull |
( |
| ) |
const |
◆ userId()
| const QString & Jellyfin::Loader::GetThemeSongsParams::userId |
( |
| ) |
const |
Optional. Filter by user id, and attach user data.
◆ userIdNull()
| bool Jellyfin::Loader::GetThemeSongsParams::userIdNull |
( |
| ) |
const |
The documentation for this class was generated from the following files: