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
|
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
|
InboxRulesetDto |
InboxRulesetControllerApi.getInboxRuleset(UUID id)
Get an inbox ruleset
Get inbox ruleset
|
Modifier and Type | Method and Description |
---|---|
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
|
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
|
ApiResponse<InboxRulesetDto> |
InboxRulesetControllerApi.getInboxRulesetWithHttpInfo(UUID id)
Get an inbox ruleset
Get inbox ruleset
|
Modifier and Type | Method and Description |
---|---|
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 |
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.getInboxRulesetAsync(UUID id,
ApiCallback<InboxRulesetDto> _callback)
Get an inbox ruleset (asynchronously)
Get inbox ruleset
|
Modifier and Type | Method and Description |
---|---|
InboxRulesetDto |
InboxRulesetDto.action(InboxRulesetDto.ActionEnum action) |
InboxRulesetDto |
InboxRulesetDto.createdAt(OffsetDateTime createdAt) |
static InboxRulesetDto |
InboxRulesetDto.fromJson(String jsonString)
Create an instance of InboxRulesetDto given an JSON string
|
InboxRulesetDto |
InboxRulesetDto.handler(InboxRulesetDto.HandlerEnum handler) |
InboxRulesetDto |
InboxRulesetDto.id(UUID id) |
InboxRulesetDto |
InboxRulesetDto.inboxId(UUID inboxId) |
InboxRulesetDto |
InboxRulesetDto.scope(InboxRulesetDto.ScopeEnum scope) |
InboxRulesetDto |
InboxRulesetDto.target(String target) |
Modifier and Type | Method and Description |
---|---|
List<InboxRulesetDto> |
PageInboxRulesetDto.getContent()
Get content
|
Modifier and Type | Method and Description |
---|---|
PageInboxRulesetDto |
PageInboxRulesetDto.addContentItem(InboxRulesetDto contentItem) |
Modifier and Type | Method and Description |
---|---|
PageInboxRulesetDto |
PageInboxRulesetDto.content(List<InboxRulesetDto> content) |
void |
PageInboxRulesetDto.setContent(List<InboxRulesetDto> content) |
Copyright © 2023. All rights reserved.