![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <updateuseritemdatadto.h>
Public Member Functions | |
| UpdateUserItemDataDto () | |
| UpdateUserItemDataDto (const UpdateUserItemDataDto &other) | |
| void | replaceData (UpdateUserItemDataDto &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| std::optional< double > | rating () const |
| Gets or sets the rating. | |
| void | setRating (std::optional< double > newRating) |
| Gets or sets the rating. | |
| bool | ratingNull () const |
| void | setRatingNull () |
| std::optional< double > | playedPercentage () const |
| Gets or sets the played percentage. | |
| void | setPlayedPercentage (std::optional< double > newPlayedPercentage) |
| Gets or sets the played percentage. | |
| bool | playedPercentageNull () const |
| void | setPlayedPercentageNull () |
| std::optional< qint32 > | unplayedItemCount () const |
| Gets or sets the unplayed item count. | |
| void | setUnplayedItemCount (std::optional< qint32 > newUnplayedItemCount) |
| Gets or sets the unplayed item count. | |
| bool | unplayedItemCountNull () const |
| void | setUnplayedItemCountNull () |
| std::optional< qint64 > | playbackPositionTicks () const |
| Gets or sets the playback position ticks. | |
| void | setPlaybackPositionTicks (std::optional< qint64 > newPlaybackPositionTicks) |
| Gets or sets the playback position ticks. | |
| bool | playbackPositionTicksNull () const |
| void | setPlaybackPositionTicksNull () |
| std::optional< qint32 > | playCount () const |
| Gets or sets the play count. | |
| void | setPlayCount (std::optional< qint32 > newPlayCount) |
| Gets or sets the play count. | |
| bool | playCountNull () const |
| void | setPlayCountNull () |
| std::optional< bool > | isFavorite () const |
| Gets or sets a value indicating whether this instance is favorite. | |
| void | setIsFavorite (std::optional< bool > newIsFavorite) |
| Gets or sets a value indicating whether this instance is favorite. | |
| bool | isFavoriteNull () const |
| void | setIsFavoriteNull () |
| std::optional< bool > | likes () const |
| Gets or sets a value indicating whether this MediaBrowser.Model.Dto.UpdateUserItemDataDto is likes. | |
| void | setLikes (std::optional< bool > newLikes) |
| Gets or sets a value indicating whether this MediaBrowser.Model.Dto.UpdateUserItemDataDto is likes. | |
| bool | likesNull () const |
| void | setLikesNull () |
| QDateTime | lastPlayedDate () const |
| Gets or sets the last played date. | |
| void | setLastPlayedDate (QDateTime newLastPlayedDate) |
| Gets or sets the last played date. | |
| bool | lastPlayedDateNull () const |
| void | setLastPlayedDateNull () |
| std::optional< bool > | played () const |
| Gets or sets a value indicating whether this MediaBrowser.Model.Dto.UserItemDataDto is played. | |
| void | setPlayed (std::optional< bool > newPlayed) |
| Gets or sets a value indicating whether this MediaBrowser.Model.Dto.UserItemDataDto is played. | |
| bool | playedNull () const |
| void | setPlayedNull () |
| QString | key () const |
| Gets or sets the key. | |
| void | setKey (QString newKey) |
| Gets or sets the key. | |
| bool | keyNull () const |
| void | setKeyNull () |
| QString | itemId () const |
| Gets or sets the item identifier. | |
| void | setItemId (QString newItemId) |
| Gets or sets the item identifier. | |
| bool | itemIdNull () const |
| void | setItemIdNull () |
Static Public Member Functions | |
| static UpdateUserItemDataDto | fromJson (QJsonObject source) |
Protected Attributes | |
| std::optional< double > | m_rating = std::nullopt |
| std::optional< double > | m_playedPercentage = std::nullopt |
| std::optional< qint32 > | m_unplayedItemCount = std::nullopt |
| std::optional< qint64 > | m_playbackPositionTicks = std::nullopt |
| std::optional< qint32 > | m_playCount = std::nullopt |
| std::optional< bool > | m_isFavorite = std::nullopt |
| std::optional< bool > | m_likes = std::nullopt |
| QDateTime | m_lastPlayedDate |
| std::optional< bool > | m_played = std::nullopt |
| QString | m_key |
| QString | m_itemId |
| Jellyfin::DTO::UpdateUserItemDataDto::UpdateUserItemDataDto | ( | ) |
| Jellyfin::DTO::UpdateUserItemDataDto::UpdateUserItemDataDto | ( | const UpdateUserItemDataDto & | other | ) |
|
static |
| std::optional< bool > Jellyfin::DTO::UpdateUserItemDataDto::isFavorite | ( | ) | const |
Gets or sets a value indicating whether this instance is favorite.
| bool Jellyfin::DTO::UpdateUserItemDataDto::isFavoriteNull | ( | ) | const |
| QString Jellyfin::DTO::UpdateUserItemDataDto::itemId | ( | ) | const |
Gets or sets the item identifier.
| bool Jellyfin::DTO::UpdateUserItemDataDto::itemIdNull | ( | ) | const |
| QString Jellyfin::DTO::UpdateUserItemDataDto::key | ( | ) | const |
Gets or sets the key.
| bool Jellyfin::DTO::UpdateUserItemDataDto::keyNull | ( | ) | const |
| QDateTime Jellyfin::DTO::UpdateUserItemDataDto::lastPlayedDate | ( | ) | const |
Gets or sets the last played date.
| bool Jellyfin::DTO::UpdateUserItemDataDto::lastPlayedDateNull | ( | ) | const |
| std::optional< bool > Jellyfin::DTO::UpdateUserItemDataDto::likes | ( | ) | const |
Gets or sets a value indicating whether this MediaBrowser.Model.Dto.UpdateUserItemDataDto is likes.
| bool Jellyfin::DTO::UpdateUserItemDataDto::likesNull | ( | ) | const |
| std::optional< qint64 > Jellyfin::DTO::UpdateUserItemDataDto::playbackPositionTicks | ( | ) | const |
Gets or sets the playback position ticks.
| bool Jellyfin::DTO::UpdateUserItemDataDto::playbackPositionTicksNull | ( | ) | const |
| std::optional< qint32 > Jellyfin::DTO::UpdateUserItemDataDto::playCount | ( | ) | const |
Gets or sets the play count.
| bool Jellyfin::DTO::UpdateUserItemDataDto::playCountNull | ( | ) | const |
| std::optional< bool > Jellyfin::DTO::UpdateUserItemDataDto::played | ( | ) | const |
Gets or sets a value indicating whether this MediaBrowser.Model.Dto.UserItemDataDto is played.
| bool Jellyfin::DTO::UpdateUserItemDataDto::playedNull | ( | ) | const |
| std::optional< double > Jellyfin::DTO::UpdateUserItemDataDto::playedPercentage | ( | ) | const |
Gets or sets the played percentage.
| bool Jellyfin::DTO::UpdateUserItemDataDto::playedPercentageNull | ( | ) | const |
| std::optional< double > Jellyfin::DTO::UpdateUserItemDataDto::rating | ( | ) | const |
Gets or sets the rating.
| bool Jellyfin::DTO::UpdateUserItemDataDto::ratingNull | ( | ) | const |
| void Jellyfin::DTO::UpdateUserItemDataDto::replaceData | ( | UpdateUserItemDataDto & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::UpdateUserItemDataDto::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::UpdateUserItemDataDto::setIsFavorite | ( | std::optional< bool > | newIsFavorite | ) |
Gets or sets a value indicating whether this instance is favorite.
| void Jellyfin::DTO::UpdateUserItemDataDto::setIsFavoriteNull | ( | ) |
| void Jellyfin::DTO::UpdateUserItemDataDto::setItemId | ( | QString | newItemId | ) |
Gets or sets the item identifier.
| void Jellyfin::DTO::UpdateUserItemDataDto::setItemIdNull | ( | ) |
| void Jellyfin::DTO::UpdateUserItemDataDto::setKey | ( | QString | newKey | ) |
Gets or sets the key.
| void Jellyfin::DTO::UpdateUserItemDataDto::setKeyNull | ( | ) |
| void Jellyfin::DTO::UpdateUserItemDataDto::setLastPlayedDate | ( | QDateTime | newLastPlayedDate | ) |
Gets or sets the last played date.
| void Jellyfin::DTO::UpdateUserItemDataDto::setLastPlayedDateNull | ( | ) |
| void Jellyfin::DTO::UpdateUserItemDataDto::setLikes | ( | std::optional< bool > | newLikes | ) |
Gets or sets a value indicating whether this MediaBrowser.Model.Dto.UpdateUserItemDataDto is likes.
| void Jellyfin::DTO::UpdateUserItemDataDto::setLikesNull | ( | ) |
| void Jellyfin::DTO::UpdateUserItemDataDto::setPlaybackPositionTicks | ( | std::optional< qint64 > | newPlaybackPositionTicks | ) |
Gets or sets the playback position ticks.
| void Jellyfin::DTO::UpdateUserItemDataDto::setPlaybackPositionTicksNull | ( | ) |
| void Jellyfin::DTO::UpdateUserItemDataDto::setPlayCount | ( | std::optional< qint32 > | newPlayCount | ) |
Gets or sets the play count.
| void Jellyfin::DTO::UpdateUserItemDataDto::setPlayCountNull | ( | ) |
| void Jellyfin::DTO::UpdateUserItemDataDto::setPlayed | ( | std::optional< bool > | newPlayed | ) |
Gets or sets a value indicating whether this MediaBrowser.Model.Dto.UserItemDataDto is played.
| void Jellyfin::DTO::UpdateUserItemDataDto::setPlayedNull | ( | ) |
| void Jellyfin::DTO::UpdateUserItemDataDto::setPlayedPercentage | ( | std::optional< double > | newPlayedPercentage | ) |
Gets or sets the played percentage.
| void Jellyfin::DTO::UpdateUserItemDataDto::setPlayedPercentageNull | ( | ) |
| void Jellyfin::DTO::UpdateUserItemDataDto::setRating | ( | std::optional< double > | newRating | ) |
Gets or sets the rating.
| void Jellyfin::DTO::UpdateUserItemDataDto::setRatingNull | ( | ) |
| void Jellyfin::DTO::UpdateUserItemDataDto::setUnplayedItemCount | ( | std::optional< qint32 > | newUnplayedItemCount | ) |
Gets or sets the unplayed item count.
| void Jellyfin::DTO::UpdateUserItemDataDto::setUnplayedItemCountNull | ( | ) |
| QJsonObject Jellyfin::DTO::UpdateUserItemDataDto::toJson | ( | ) | const |
| std::optional< qint32 > Jellyfin::DTO::UpdateUserItemDataDto::unplayedItemCount | ( | ) | const |
Gets or sets the unplayed item count.
| bool Jellyfin::DTO::UpdateUserItemDataDto::unplayedItemCountNull | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |