30#ifndef JELLYFIN_DTO_ACTIVITYLOGENTRY_H
31#define JELLYFIN_DTO_ACTIVITYLOGENTRY_H
70 QJsonObject
toJson()
const;
116 QString
type()
const;
136 QDateTime
date()
const;
140 void setDate(QDateTime newDate);
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Definition activitylogentry.h:50
QString m_overview
Definition activitylogentry.h:171
QString m_userPrimaryImageTag
Definition activitylogentry.h:177
QString m_name
Definition activitylogentry.h:170
void setOverviewNull()
Definition activitylogentry.cpp:154
void setUserPrimaryImageTag(QString newUserPrimaryImageTag)
Gets or sets the user primary image tag.
Definition activitylogentry.cpp:204
void setType(QString newType)
Gets or sets the type.
Definition activitylogentry.cpp:173
void setUserPrimaryImageTagNull()
Definition activitylogentry.cpp:211
void setShortOverviewNull()
Definition activitylogentry.cpp:167
bool userPrimaryImageTagNull() const
Definition activitylogentry.cpp:207
LogLevel severity() const
Definition activitylogentry.cpp:215
qint64 jellyfinId() const
Gets or sets the identifier.
Definition activitylogentry.cpp:133
void setItemId(QString newItemId)
Gets or sets the item identifier.
Definition activitylogentry.cpp:179
QString shortOverview() const
Gets or sets the short overview.
Definition activitylogentry.cpp:158
bool overviewNull() const
Definition activitylogentry.cpp:150
QString m_userId
Definition activitylogentry.h:176
QString m_shortOverview
Definition activitylogentry.h:172
void setName(QString newName)
Gets or sets the name.
Definition activitylogentry.cpp:141
void setUserId(QString newUserId)
Gets or sets the user identifier.
Definition activitylogentry.cpp:198
QDateTime date() const
Gets or sets the date.
Definition activitylogentry.cpp:190
qint64 m_jellyfinId
Definition activitylogentry.h:169
QString name() const
Gets or sets the name.
Definition activitylogentry.cpp:139
QDateTime m_date
Definition activitylogentry.h:175
void setItemIdNull()
Definition activitylogentry.cpp:186
QString type() const
Gets or sets the type.
Definition activitylogentry.cpp:171
static ActivityLogEntry fromJson(QJsonObject source)
Definition activitylogentry.cpp:80
LogLevel m_severity
Definition activitylogentry.h:178
QString userId() const
Gets or sets the user identifier.
Definition activitylogentry.cpp:196
void setJellyfinId(qint64 newJellyfinId)
Gets or sets the identifier.
Definition activitylogentry.cpp:135
void setFromJson(QJsonObject source)
Definition activitylogentry.cpp:87
void setOverview(QString newOverview)
Gets or sets the overview.
Definition activitylogentry.cpp:147
void replaceData(ActivityLogEntry &other)
Definition activitylogentry.cpp:67
QString m_itemId
Definition activitylogentry.h:174
QString overview() const
Gets or sets the overview.
Definition activitylogentry.cpp:145
void setDate(QDateTime newDate)
Gets or sets the date.
Definition activitylogentry.cpp:192
QString itemId() const
Gets or sets the item identifier.
Definition activitylogentry.cpp:177
ActivityLogEntry(qint64 jellyfinId, QString name, QString type, QDateTime date, QString userId, LogLevel severity)
Definition activitylogentry.cpp:36
void setSeverity(LogLevel newSeverity)
Definition activitylogentry.cpp:217
void setShortOverview(QString newShortOverview)
Gets or sets the short overview.
Definition activitylogentry.cpp:160
bool shortOverviewNull() const
Definition activitylogentry.cpp:163
QJsonObject toJson() const
Definition activitylogentry.cpp:101
QString userPrimaryImageTag() const
Gets or sets the user primary image tag.
Definition activitylogentry.cpp:202
bool itemIdNull() const
Definition activitylogentry.cpp:182
QString m_type
Definition activitylogentry.h:173
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
LogLevelClass::Value LogLevel
Definition loglevel.h:64
Definition accessschedule.h:128
Jellyfin::DTO::ActivityLogEntry ActivityLogEntry
Definition activitylogentry.h:190
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