#include <recommendationdto.h>
◆ RecommendationDto() [1/2]
Jellyfin::DTO::RecommendationDto::RecommendationDto |
( |
RecommendationType | recommendationType, |
|
|
QString | categoryId ) |
◆ RecommendationDto() [2/2]
Jellyfin::DTO::RecommendationDto::RecommendationDto |
( |
const RecommendationDto & | other | ) |
|
◆ baselineItemName()
QString Jellyfin::DTO::RecommendationDto::baselineItemName |
( |
| ) |
const |
◆ baselineItemNameNull()
bool Jellyfin::DTO::RecommendationDto::baselineItemNameNull |
( |
| ) |
const |
◆ categoryId()
QString Jellyfin::DTO::RecommendationDto::categoryId |
( |
| ) |
const |
◆ fromJson()
◆ items()
◆ itemsNull()
bool Jellyfin::DTO::RecommendationDto::itemsNull |
( |
| ) |
const |
◆ recommendationType()
◆ replaceData()
Replaces the data being hold by this class with that of the other.
◆ setBaselineItemName()
void Jellyfin::DTO::RecommendationDto::setBaselineItemName |
( |
QString | newBaselineItemName | ) |
|
◆ setBaselineItemNameNull()
void Jellyfin::DTO::RecommendationDto::setBaselineItemNameNull |
( |
| ) |
|
◆ setCategoryId()
void Jellyfin::DTO::RecommendationDto::setCategoryId |
( |
QString | newCategoryId | ) |
|
◆ setFromJson()
void Jellyfin::DTO::RecommendationDto::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setItems()
void Jellyfin::DTO::RecommendationDto::setItems |
( |
QList< BaseItemDto > | newItems | ) |
|
◆ setItemsNull()
void Jellyfin::DTO::RecommendationDto::setItemsNull |
( |
| ) |
|
◆ setRecommendationType()
void Jellyfin::DTO::RecommendationDto::setRecommendationType |
( |
RecommendationType | newRecommendationType | ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::RecommendationDto::toJson |
( |
| ) |
const |
◆ m_baselineItemName
QString Jellyfin::DTO::RecommendationDto::m_baselineItemName |
|
protected |
◆ m_categoryId
QString Jellyfin::DTO::RecommendationDto::m_categoryId |
|
protected |
◆ m_items
◆ m_recommendationType
The documentation for this class was generated from the following files: