#include <problemdetails.h>
◆ ProblemDetails() [1/2]
      
        
          | Jellyfin::DTO::ProblemDetails::ProblemDetails | ( |  | ) |  | 
      
 
 
◆ ProblemDetails() [2/2]
      
        
          | Jellyfin::DTO::ProblemDetails::ProblemDetails | ( | const ProblemDetails & | other | ) |  | 
      
 
 
◆ detail()
      
        
          | QString Jellyfin::DTO::ProblemDetails::detail | ( |  | ) | const | 
      
 
 
◆ detailNull()
      
        
          | bool Jellyfin::DTO::ProblemDetails::detailNull | ( |  | ) | const | 
      
 
 
◆ fromJson()
  
  | 
        
          | ProblemDetails Jellyfin::DTO::ProblemDetails::fromJson | ( | QJsonObject | source | ) |  |  | static | 
 
 
◆ instance()
      
        
          | QString Jellyfin::DTO::ProblemDetails::instance | ( |  | ) | const | 
      
 
 
◆ instanceNull()
      
        
          | bool Jellyfin::DTO::ProblemDetails::instanceNull | ( |  | ) | const | 
      
 
 
◆ replaceData()
      
        
          | void Jellyfin::DTO::ProblemDetails::replaceData | ( | ProblemDetails & | other | ) |  | 
      
 
Replaces the data being hold by this class with that of the other. 
 
 
◆ setDetail()
      
        
          | void Jellyfin::DTO::ProblemDetails::setDetail | ( | QString | newDetail | ) |  | 
      
 
 
◆ setDetailNull()
      
        
          | void Jellyfin::DTO::ProblemDetails::setDetailNull | ( |  | ) |  | 
      
 
 
◆ setFromJson()
      
        
          | void Jellyfin::DTO::ProblemDetails::setFromJson | ( | QJsonObject | source | ) |  | 
      
 
 
◆ setInstance()
      
        
          | void Jellyfin::DTO::ProblemDetails::setInstance | ( | QString | newInstance | ) |  | 
      
 
 
◆ setInstanceNull()
      
        
          | void Jellyfin::DTO::ProblemDetails::setInstanceNull | ( |  | ) |  | 
      
 
 
◆ setStatus()
      
        
          | void Jellyfin::DTO::ProblemDetails::setStatus | ( | std::optional< qint32 > | newStatus | ) |  | 
      
 
 
◆ setStatusNull()
      
        
          | void Jellyfin::DTO::ProblemDetails::setStatusNull | ( |  | ) |  | 
      
 
 
◆ setTitle()
      
        
          | void Jellyfin::DTO::ProblemDetails::setTitle | ( | QString | newTitle | ) |  | 
      
 
 
◆ setTitleNull()
      
        
          | void Jellyfin::DTO::ProblemDetails::setTitleNull | ( |  | ) |  | 
      
 
 
◆ setType()
      
        
          | void Jellyfin::DTO::ProblemDetails::setType | ( | QString | newType | ) |  | 
      
 
 
◆ setTypeNull()
      
        
          | void Jellyfin::DTO::ProblemDetails::setTypeNull | ( |  | ) |  | 
      
 
 
◆ status()
      
        
          | std::optional< qint32 > Jellyfin::DTO::ProblemDetails::status | ( |  | ) | const | 
      
 
 
◆ statusNull()
      
        
          | bool Jellyfin::DTO::ProblemDetails::statusNull | ( |  | ) | const | 
      
 
 
◆ title()
      
        
          | QString Jellyfin::DTO::ProblemDetails::title | ( |  | ) | const | 
      
 
 
◆ titleNull()
      
        
          | bool Jellyfin::DTO::ProblemDetails::titleNull | ( |  | ) | const | 
      
 
 
◆ toJson()
      
        
          | QJsonObject Jellyfin::DTO::ProblemDetails::toJson | ( |  | ) | const | 
      
 
 
◆ type()
      
        
          | QString Jellyfin::DTO::ProblemDetails::type | ( |  | ) | const | 
      
 
 
◆ typeNull()
      
        
          | bool Jellyfin::DTO::ProblemDetails::typeNull | ( |  | ) | const | 
      
 
 
◆ m_detail
  
  | 
        
          | QString Jellyfin::DTO::ProblemDetails::m_detail |  | protected | 
 
 
◆ m_instance
  
  | 
        
          | QString Jellyfin::DTO::ProblemDetails::m_instance |  | protected | 
 
 
◆ m_status
  
  | 
        
          | std::optional<qint32> Jellyfin::DTO::ProblemDetails::m_status = std::nullopt |  | protected | 
 
 
◆ m_title
  
  | 
        
          | QString Jellyfin::DTO::ProblemDetails::m_title |  | protected | 
 
 
◆ m_type
  
  | 
        
          | QString Jellyfin::DTO::ProblemDetails::m_type |  | protected | 
 
 
The documentation for this class was generated from the following files: