Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
InboxRulesetTestResult |
InboxRulesetControllerApi.testInboxRuleset(UUID id,
InboxRulesetTestOptions inboxRulesetTestOptions)
Test an inbox ruleset
Test an inbox ruleset
|
InboxRulesetTestResult |
InboxRulesetControllerApi.testInboxRulesetsForInbox(UUID inboxId,
InboxRulesetTestOptions inboxRulesetTestOptions)
Test inbox rulesets for inbox
Test inbox rulesets for inbox
|
InboxRulesetTestResult |
InboxRulesetControllerApi.testNewInboxRuleset(TestNewInboxRulesetOptions testNewInboxRulesetOptions)
Test new inbox ruleset
Test new inbox ruleset
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<InboxRulesetTestResult> |
InboxRulesetControllerApi.testInboxRulesetsForInboxWithHttpInfo(UUID inboxId,
InboxRulesetTestOptions inboxRulesetTestOptions)
Test inbox rulesets for inbox
Test inbox rulesets for inbox
|
ApiResponse<InboxRulesetTestResult> |
InboxRulesetControllerApi.testInboxRulesetWithHttpInfo(UUID id,
InboxRulesetTestOptions inboxRulesetTestOptions)
Test an inbox ruleset
Test an inbox ruleset
|
ApiResponse<InboxRulesetTestResult> |
InboxRulesetControllerApi.testNewInboxRulesetWithHttpInfo(TestNewInboxRulesetOptions testNewInboxRulesetOptions)
Test new inbox ruleset
Test new inbox ruleset
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
InboxRulesetControllerApi.testInboxRulesetAsync(UUID id,
InboxRulesetTestOptions inboxRulesetTestOptions,
ApiCallback<InboxRulesetTestResult> _callback)
Test an inbox ruleset (asynchronously)
Test an inbox ruleset
|
okhttp3.Call |
InboxRulesetControllerApi.testInboxRulesetsForInboxAsync(UUID inboxId,
InboxRulesetTestOptions inboxRulesetTestOptions,
ApiCallback<InboxRulesetTestResult> _callback)
Test inbox rulesets for inbox (asynchronously)
Test inbox rulesets for inbox
|
okhttp3.Call |
InboxRulesetControllerApi.testNewInboxRulesetAsync(TestNewInboxRulesetOptions testNewInboxRulesetOptions,
ApiCallback<InboxRulesetTestResult> _callback)
Test new inbox ruleset (asynchronously)
Test new inbox ruleset
|
Modifier and Type | Method and Description |
---|---|
static InboxRulesetTestResult |
InboxRulesetTestResult.fromJson(String jsonString)
Create an instance of InboxRulesetTestResult given an JSON string
|
InboxRulesetTestResult |
InboxRulesetTestResult.matches(Boolean matches) |
InboxRulesetTestResult |
InboxRulesetTestResult.putRulesetMatchesItem(String key,
Boolean rulesetMatchesItem) |
InboxRulesetTestResult |
InboxRulesetTestResult.rulesetMatches(Map<String,Boolean> rulesetMatches) |
Copyright © 2023. All rights reserved.