#include <namevaluepair.h>
◆ NameValuePair() [1/2]
Jellyfin::DTO::NameValuePair::NameValuePair |
( |
| ) |
|
◆ NameValuePair() [2/2]
Jellyfin::DTO::NameValuePair::NameValuePair |
( |
const NameValuePair & | other | ) |
|
◆ fromJson()
NameValuePair Jellyfin::DTO::NameValuePair::fromJson |
( |
QJsonObject | source | ) |
|
|
static |
◆ name()
QString Jellyfin::DTO::NameValuePair::name |
( |
| ) |
const |
◆ nameNull()
bool Jellyfin::DTO::NameValuePair::nameNull |
( |
| ) |
const |
◆ replaceData()
void Jellyfin::DTO::NameValuePair::replaceData |
( |
NameValuePair & | other | ) |
|
Replaces the data being hold by this class with that of the other.
◆ setFromJson()
void Jellyfin::DTO::NameValuePair::setFromJson |
( |
QJsonObject | source | ) |
|
◆ setName()
void Jellyfin::DTO::NameValuePair::setName |
( |
QString | newName | ) |
|
◆ setNameNull()
void Jellyfin::DTO::NameValuePair::setNameNull |
( |
| ) |
|
◆ setValue()
void Jellyfin::DTO::NameValuePair::setValue |
( |
QString | newValue | ) |
|
◆ setValueNull()
void Jellyfin::DTO::NameValuePair::setValueNull |
( |
| ) |
|
◆ toJson()
QJsonObject Jellyfin::DTO::NameValuePair::toJson |
( |
| ) |
const |
◆ value()
QString Jellyfin::DTO::NameValuePair::value |
( |
| ) |
const |
◆ valueNull()
bool Jellyfin::DTO::NameValuePair::valueNull |
( |
| ) |
const |
◆ m_name
QString Jellyfin::DTO::NameValuePair::m_name |
|
protected |
◆ m_value
QString Jellyfin::DTO::NameValuePair::m_value |
|
protected |
The documentation for this class was generated from the following files: