libQuotient
A Qt library for building matrix clients
|
#include <Quotient/csapi/definitions/push_condition.h>
#include <Quotient/csapi/definitions/push_rule.h>
#include <Quotient/csapi/definitions/push_ruleset.h>
#include <Quotient/jobs/basejob.h>
Go to the source code of this file.
Classes | |
class | Quotient::GetPushRulesJob |
Retrieve all push rulesets. More... | |
class | Quotient::GetPushRulesGlobalJob |
Retrieve all push rules. More... | |
class | Quotient::GetPushRuleJob |
Retrieve a push rule. More... | |
class | Quotient::DeletePushRuleJob |
Delete a push rule. More... | |
class | Quotient::SetPushRuleJob |
Add or change a push rule. More... | |
class | Quotient::IsPushRuleEnabledJob |
Get whether a push rule is enabled. More... | |
class | Quotient::SetPushRuleEnabledJob |
Enable or disable a push rule. More... | |
class | Quotient::GetPushRuleActionsJob |
The actions for a push rule. More... | |
class | Quotient::SetPushRuleActionsJob |
Set the actions for a push rule. More... | |
Namespaces | |
Quotient | |
Functions | |
auto | Quotient::collectResponse (const GetPushRulesJob *job) |
auto | Quotient::collectResponse (const GetPushRulesGlobalJob *job) |
auto | Quotient::collectResponse (const GetPushRuleJob *job) |
auto | Quotient::collectResponse (const IsPushRuleEnabledJob *job) |
auto | Quotient::collectResponse (const GetPushRuleActionsJob *job) |