libkazv
tags.hpp File Reference
#include "basejob.hpp"
Include dependency graph for tags.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kazv::Api::GetRoomTagsJob
 List the tags for a room. More...
 
struct  Kazv::Api::GetRoomTagsJob::Tag
 List the tags set by a user on a room. More...
 
class  Kazv::Api::GetRoomTagsJob::JobResponse
 
struct  nlohmann::adl_serializer< GetRoomTagsJob::Tag >
 
class  Kazv::Api::SetRoomTagJob
 Add a tag to a room. More...
 
class  Kazv::Api::SetRoomTagJob::JobResponse
 
class  Kazv::Api::DeleteRoomTagJob
 Remove a tag from the room. More...
 
class  Kazv::Api::DeleteRoomTagJob::JobResponse
 

Namespaces

 Kazv
 
 Kazv::Api
 
 nlohmann
 

Typedefs

using Kazv::Api::GetRoomTagsResponse = GetRoomTagsJob::JobResponse
 
using Kazv::Api::SetRoomTagResponse = SetRoomTagJob::JobResponse
 
using Kazv::Api::DeleteRoomTagResponse = DeleteRoomTagJob::JobResponse