53 , std::string _accessToken
55 std::string userId , std::string type ,
JsonWrap content = {}
120 , std::string _accessToken
122 std::string userId , std::string type
142 using namespace Kazv;
194 , std::string _accessToken
196 std::string userId , std::string roomId , std::string type ,
JsonWrap content = {}
216 using namespace Kazv;
264 , std::string _accessToken
266 std::string userId , std::string roomId , std::string type
286 using namespace Kazv;
Definition account-data.hpp:94
bool success() const
Definition account-data.cpp:139
Get some account_data for the user.
Definition account-data.hpp:88
static BaseJob::Body buildBody(std::string userId, std::string type)
Definition account-data.cpp:90
static constexpr auto needsAuth()
Definition account-data.hpp:101
GetAccountDataJob withData(JsonWrap j) &&
Definition account-data.cpp:122
static BaseJob::Query buildQuery()
Definition account-data.cpp:82
Definition account-data.hpp:235
bool success() const
Definition account-data.cpp:276
Get some account_data for the user.
Definition account-data.hpp:229
static BaseJob::Body buildBody(std::string userId, std::string roomId, std::string type)
Definition account-data.cpp:227
static BaseJob::Query buildQuery()
Definition account-data.cpp:219
GetAccountDataPerRoomJob withData(JsonWrap j) &&
Definition account-data.cpp:259
static constexpr auto needsAuth()
Definition account-data.hpp:242
Definition account-data.hpp:24
bool success() const
Definition account-data.cpp:71
Set some account_data for the user.
Definition account-data.hpp:18
SetAccountDataJob withData(JsonWrap j) &&
Definition account-data.cpp:54
static BaseJob::Body buildBody(std::string userId, std::string type, JsonWrap content)
Definition account-data.cpp:21
static BaseJob::Query buildQuery()
Definition account-data.cpp:13
static constexpr auto needsAuth()
Definition account-data.hpp:31
Definition account-data.hpp:162
bool success() const
Definition account-data.cpp:208
Set some account_data for the user.
Definition account-data.hpp:156
static BaseJob::Query buildQuery()
Definition account-data.cpp:150
static constexpr auto needsAuth()
Definition account-data.hpp:169
static BaseJob::Body buildBody(std::string userId, std::string roomId, std::string type, JsonWrap content)
Definition account-data.cpp:158
SetAccountDataPerRoomJob withData(JsonWrap j) &&
Definition account-data.cpp:191
Definition basejob.hpp:94
Definition basejob.hpp:68
::Kazv::Body Body
Definition basejob.hpp:103
Definition jsonwrap.hpp:23
Definition location.hpp:10
Definition location.hpp:10
Definition location.hpp:27
Definition basejob.hpp:49