Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
InboxRulesetDto |
InboxControllerApi.createInboxRuleset(UUID inboxId,
CreateInboxRulesetOptions createInboxRulesetOptions)
Create an inbox ruleset
Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
|
okhttp3.Call |
InboxControllerApi.createInboxRulesetAsync(UUID inboxId,
CreateInboxRulesetOptions createInboxRulesetOptions,
ApiCallback<InboxRulesetDto> _callback)
Create an inbox ruleset (asynchronously)
Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
|
okhttp3.Call |
InboxControllerApi.createInboxRulesetCall(UUID inboxId,
CreateInboxRulesetOptions createInboxRulesetOptions,
ApiCallback _callback)
Build call for createInboxRuleset
|
ApiResponse<InboxRulesetDto> |
InboxControllerApi.createInboxRulesetWithHttpInfo(UUID inboxId,
CreateInboxRulesetOptions createInboxRulesetOptions)
Create an inbox ruleset
Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
|
InboxRulesetDto |
InboxRulesetControllerApi.createNewInboxRuleset(CreateInboxRulesetOptions createInboxRulesetOptions,
UUID inboxId)
Create an inbox ruleset
Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
|
okhttp3.Call |
InboxRulesetControllerApi.createNewInboxRulesetAsync(CreateInboxRulesetOptions createInboxRulesetOptions,
UUID inboxId,
ApiCallback<InboxRulesetDto> _callback)
Create an inbox ruleset (asynchronously)
Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
|
okhttp3.Call |
InboxRulesetControllerApi.createNewInboxRulesetCall(CreateInboxRulesetOptions createInboxRulesetOptions,
UUID inboxId,
ApiCallback _callback)
Build call for createNewInboxRuleset
|
ApiResponse<InboxRulesetDto> |
InboxRulesetControllerApi.createNewInboxRulesetWithHttpInfo(CreateInboxRulesetOptions createInboxRulesetOptions,
UUID inboxId)
Create an inbox ruleset
Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
|
Modifier and Type | Method and Description |
---|---|
CreateInboxRulesetOptions |
CreateInboxRulesetOptions.action(CreateInboxRulesetOptions.ActionEnum action) |
static CreateInboxRulesetOptions |
CreateInboxRulesetOptions.fromJson(String jsonString)
Create an instance of CreateInboxRulesetOptions given an JSON string
|
CreateInboxRulesetOptions |
TestNewInboxRulesetOptions.getCreateInboxRulesetOptions()
Get createInboxRulesetOptions
|
CreateInboxRulesetOptions |
CreateInboxRulesetOptions.scope(CreateInboxRulesetOptions.ScopeEnum scope) |
CreateInboxRulesetOptions |
CreateInboxRulesetOptions.target(String target) |
Modifier and Type | Method and Description |
---|---|
TestNewInboxRulesetOptions |
TestNewInboxRulesetOptions.createInboxRulesetOptions(CreateInboxRulesetOptions createInboxRulesetOptions) |
void |
TestNewInboxRulesetOptions.setCreateInboxRulesetOptions(CreateInboxRulesetOptions createInboxRulesetOptions) |
Copyright © 2023. All rights reserved.