Page MenuHomePhorge

room_upgrades.hpp
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

room_upgrades.hpp

/******************************************************************************
* THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN
*/
#pragma once
#include "basejob.hpp"
namespace Kazv {
/*! \brief Upgrades a room to a new room version.
*
* Upgrades the given room to a particular room version.
*/
class UpgradeRoomJob : public BaseJob {
public:
// Construction/destruction
/*! \brief Upgrades a room to a new room version.
*
* \param roomId
* The ID of the room to upgrade.
*
* \param newVersion
* The new version for the room.
*/
explicit UpgradeRoomJob(std::string serverUrl
, std::string _accessToken
,
std::string roomId , std::string newVersion );
// Result properties
/// The ID of the new room.
static std::string replacementRoom(Response r);
static BaseJob::Query buildQuery(
);
static BaseJob::Body buildBody(std::string roomId, std::string newVersion);
static bool success(Response r);
};
}
namespace nlohmann
{
using namespace Kazv;
}
namespace Kazv
{
} // namespace Kazv

File Metadata

Mime Type
text/x-c++
Expires
Thu, Oct 2, 4:53 AM (21 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
472013
Default Alt Text
room_upgrades.hpp (1 KB)

Event Timeline