InboxRulesetControllerApi class

Constructors

InboxRulesetControllerApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createNewInboxRuleset(CreateInboxRulesetOptions createInboxRulesetOptions, {String? inboxId}) Future<InboxRulesetDto?>
Create an inbox ruleset
createNewInboxRulesetWithHttpInfo(CreateInboxRulesetOptions createInboxRulesetOptions, {String? inboxId}) Future<Response>
Create an inbox ruleset
deleteInboxRuleset(String id) Future<void>
Delete an inbox ruleset
deleteInboxRulesets({String? inboxId}) Future<void>
Delete inbox rulesets
deleteInboxRulesetsWithHttpInfo({String? inboxId}) Future<Response>
Delete inbox rulesets
deleteInboxRulesetWithHttpInfo(String id) Future<Response>
Delete an inbox ruleset
getInboxRuleset(String id) Future<InboxRulesetDto?>
Get an inbox ruleset
getInboxRulesets({String? inboxId, int? page, int? size, String? sort, String? searchFilter, DateTime? since, DateTime? before}) Future<PageInboxRulesetDto?>
List inbox rulesets
getInboxRulesetsWithHttpInfo({String? inboxId, int? page, int? size, String? sort, String? searchFilter, DateTime? since, DateTime? before}) Future<Response>
List inbox rulesets
getInboxRulesetWithHttpInfo(String id) Future<Response>
Get an inbox ruleset
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
testInboxRuleset(String id, InboxRulesetTestOptions inboxRulesetTestOptions) Future<InboxRulesetTestResult?>
Test an inbox ruleset
testInboxRulesetsForInbox(String inboxId, InboxRulesetTestOptions inboxRulesetTestOptions) Future<InboxRulesetTestResult?>
Test inbox rulesets for inbox
testInboxRulesetsForInboxWithHttpInfo(String inboxId, InboxRulesetTestOptions inboxRulesetTestOptions) Future<Response>
Test inbox rulesets for inbox
testInboxRulesetWithHttpInfo(String id, InboxRulesetTestOptions inboxRulesetTestOptions) Future<Response>
Test an inbox ruleset
testNewInboxRuleset(TestNewInboxRulesetOptions testNewInboxRulesetOptions) Future<InboxRulesetTestResult?>
Test new inbox ruleset
testNewInboxRulesetWithHttpInfo(TestNewInboxRulesetOptions testNewInboxRulesetOptions) Future<Response>
Test new inbox ruleset
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited