1#ifndef COCKATRICE_ARCHIDEKT_API_RESPONSE_EDITION_H
2#define COCKATRICE_ARCHIDEKT_API_RESPONSE_EDITION_H
17 void fromJson(
const QJsonObject &json);
ArchidektApiResponseEdition()=default
void fromJson(const QJsonObject &json)
Definition archidekt_api_response_edition.cpp:3
QString getEditionDate() const
Definition archidekt_api_response_edition.h:30
QString getEditionCode() const
Definition archidekt_api_response_edition.h:22
QString mtgoCode
Definition archidekt_api_response_edition.h:48
QString editionDate
Definition archidekt_api_response_edition.h:46
QString getEditionName() const
Definition archidekt_api_response_edition.h:26
QString editionName
Definition archidekt_api_response_edition.h:45
QString getMtgoCode() const
Definition archidekt_api_response_edition.h:38
QString editionType
Definition archidekt_api_response_edition.h:47
void debugPrint() const
Definition archidekt_api_response_edition.cpp:12
QString getEditionType() const
Definition archidekt_api_response_edition.h:34
QString editionCode
Definition archidekt_api_response_edition.h:44