Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
InboxForwarderDto |
InboxForwarderControllerApi.createNewInboxForwarder(UUID inboxId,
CreateInboxForwarderOptions createInboxForwarderOptions)
Create an inbox forwarder
Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
|
okhttp3.Call |
InboxForwarderControllerApi.createNewInboxForwarderAsync(UUID inboxId,
CreateInboxForwarderOptions createInboxForwarderOptions,
ApiCallback<InboxForwarderDto> _callback)
Create an inbox forwarder (asynchronously)
Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
|
okhttp3.Call |
InboxForwarderControllerApi.createNewInboxForwarderCall(UUID inboxId,
CreateInboxForwarderOptions createInboxForwarderOptions,
ApiCallback _callback)
Build call for createNewInboxForwarder
|
ApiResponse<InboxForwarderDto> |
InboxForwarderControllerApi.createNewInboxForwarderWithHttpInfo(UUID inboxId,
CreateInboxForwarderOptions createInboxForwarderOptions)
Create an inbox forwarder
Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
|
InboxForwarderDto |
InboxForwarderControllerApi.updateInboxForwarder(UUID id,
CreateInboxForwarderOptions createInboxForwarderOptions)
Update an inbox forwarder
Update inbox ruleset
|
okhttp3.Call |
InboxForwarderControllerApi.updateInboxForwarderAsync(UUID id,
CreateInboxForwarderOptions createInboxForwarderOptions,
ApiCallback<InboxForwarderDto> _callback)
Update an inbox forwarder (asynchronously)
Update inbox ruleset
|
okhttp3.Call |
InboxForwarderControllerApi.updateInboxForwarderCall(UUID id,
CreateInboxForwarderOptions createInboxForwarderOptions,
ApiCallback _callback)
Build call for updateInboxForwarder
|
ApiResponse<InboxForwarderDto> |
InboxForwarderControllerApi.updateInboxForwarderWithHttpInfo(UUID id,
CreateInboxForwarderOptions createInboxForwarderOptions)
Update an inbox forwarder
Update inbox ruleset
|
Modifier and Type | Method and Description |
---|---|
CreateInboxForwarderOptions |
CreateInboxForwarderOptions.addForwardToRecipientsItem(String forwardToRecipientsItem) |
CreateInboxForwarderOptions |
CreateInboxForwarderOptions.field(CreateInboxForwarderOptions.FieldEnum field) |
CreateInboxForwarderOptions |
CreateInboxForwarderOptions.forwardToRecipients(List<String> forwardToRecipients) |
static CreateInboxForwarderOptions |
CreateInboxForwarderOptions.fromJson(String jsonString)
Create an instance of CreateInboxForwarderOptions given an JSON string
|
CreateInboxForwarderOptions |
TestNewInboxForwarderOptions.getCreateInboxForwarderOptions()
Get createInboxForwarderOptions
|
CreateInboxForwarderOptions |
CreateInboxForwarderOptions.match(String match) |
Modifier and Type | Method and Description |
---|---|
TestNewInboxForwarderOptions |
TestNewInboxForwarderOptions.createInboxForwarderOptions(CreateInboxForwarderOptions createInboxForwarderOptions) |
void |
TestNewInboxForwarderOptions.setCreateInboxForwarderOptions(CreateInboxForwarderOptions createInboxForwarderOptions) |
Copyright © 2023. All rights reserved.