30#ifndef JELLYFIN_DTO_BASEITEMPERSON_H
31#define JELLYFIN_DTO_BASEITEMPERSON_H
59 QJsonObject
toJson()
const;
Definition baseitemperson.h:48
QJsonObject imageBlurHashes() const
Gets or sets the primary image blurhash.
Definition baseitemperson.cpp:174
QString name() const
Gets or sets the name.
Definition baseitemperson.cpp:109
QString role() const
Gets or sets the role.
Definition baseitemperson.cpp:135
bool imageBlurHashesNull() const
Definition baseitemperson.cpp:179
void setRoleNull()
Definition baseitemperson.cpp:144
void setType(QString newType)
Gets or sets the type.
Definition baseitemperson.cpp:150
void setName(QString newName)
Gets or sets the name.
Definition baseitemperson.cpp:111
QString jellyfinId() const
Gets or sets the identifier.
Definition baseitemperson.cpp:122
void setImageBlurHashes(QJsonObject newImageBlurHashes)
Gets or sets the primary image blurhash.
Definition baseitemperson.cpp:176
QString m_primaryImageTag
Definition baseitemperson.h:134
BaseItemPerson()
Definition baseitemperson.cpp:35
bool jellyfinIdNull() const
Definition baseitemperson.cpp:127
QString m_jellyfinId
Definition baseitemperson.h:131
bool primaryImageTagNull() const
Definition baseitemperson.cpp:166
QString m_type
Definition baseitemperson.h:133
QString m_name
Definition baseitemperson.h:130
QString primaryImageTag() const
Gets or sets the primary image tag.
Definition baseitemperson.cpp:161
void setPrimaryImageTagNull()
Definition baseitemperson.cpp:170
bool typeNull() const
Definition baseitemperson.cpp:153
void setJellyfinIdNull()
Definition baseitemperson.cpp:131
void setFromJson(QJsonObject source)
Definition baseitemperson.cpp:63
void setImageBlurHashesNull()
Definition baseitemperson.cpp:183
void setRole(QString newRole)
Gets or sets the role.
Definition baseitemperson.cpp:137
QJsonObject m_imageBlurHashes
Definition baseitemperson.h:135
bool nameNull() const
Definition baseitemperson.cpp:114
bool roleNull() const
Definition baseitemperson.cpp:140
void setPrimaryImageTag(QString newPrimaryImageTag)
Gets or sets the primary image tag.
Definition baseitemperson.cpp:163
static BaseItemPerson fromJson(QJsonObject source)
Definition baseitemperson.cpp:56
void setNameNull()
Definition baseitemperson.cpp:118
void setTypeNull()
Definition baseitemperson.cpp:157
void setJellyfinId(QString newJellyfinId)
Gets or sets the identifier.
Definition baseitemperson.cpp:124
void replaceData(BaseItemPerson &other)
Definition baseitemperson.cpp:47
QString type() const
Gets or sets the type.
Definition baseitemperson.cpp:148
QString m_role
Definition baseitemperson.h:132
QJsonObject toJson() const
Definition baseitemperson.cpp:73
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45