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
|
InboxForwarderDto |
InboxForwarderControllerApi.getInboxForwarder(UUID id)
Get an inbox forwarder
Get inbox ruleset
|
InboxForwarderDto |
InboxForwarderControllerApi.updateInboxForwarder(UUID id,
CreateInboxForwarderOptions createInboxForwarderOptions)
Update an inbox forwarder
Update inbox ruleset
|
Modifier and Type | Method and Description |
---|---|
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
|
ApiResponse<InboxForwarderDto> |
InboxForwarderControllerApi.getInboxForwarderWithHttpInfo(UUID id)
Get an inbox forwarder
Get inbox ruleset
|
ApiResponse<InboxForwarderDto> |
InboxForwarderControllerApi.updateInboxForwarderWithHttpInfo(UUID id,
CreateInboxForwarderOptions createInboxForwarderOptions)
Update an inbox forwarder
Update inbox ruleset
|
Modifier and Type | Method and Description |
---|---|
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.getInboxForwarderAsync(UUID id,
ApiCallback<InboxForwarderDto> _callback)
Get an inbox forwarder (asynchronously)
Get inbox ruleset
|
okhttp3.Call |
InboxForwarderControllerApi.updateInboxForwarderAsync(UUID id,
CreateInboxForwarderOptions createInboxForwarderOptions,
ApiCallback<InboxForwarderDto> _callback)
Update an inbox forwarder (asynchronously)
Update inbox ruleset
|
Modifier and Type | Method and Description |
---|---|
InboxForwarderDto |
InboxForwarderDto.addForwardToRecipientsItem(String forwardToRecipientsItem) |
InboxForwarderDto |
InboxForwarderDto.createdAt(OffsetDateTime createdAt) |
InboxForwarderDto |
InboxForwarderDto.field(InboxForwarderDto.FieldEnum field) |
InboxForwarderDto |
InboxForwarderDto.forwardToRecipients(List<String> forwardToRecipients) |
static InboxForwarderDto |
InboxForwarderDto.fromJson(String jsonString)
Create an instance of InboxForwarderDto given an JSON string
|
InboxForwarderDto |
InboxForwarderDto.id(UUID id) |
InboxForwarderDto |
InboxForwarderDto.inboxId(UUID inboxId) |
InboxForwarderDto |
InboxForwarderDto.match(String match) |
InboxForwarderDto |
InboxForwarderDto.name(String name) |
Modifier and Type | Method and Description |
---|---|
List<InboxForwarderDto> |
PageInboxForwarderDto.getContent()
Get content
|
Modifier and Type | Method and Description |
---|---|
PageInboxForwarderDto |
PageInboxForwarderDto.addContentItem(InboxForwarderDto contentItem) |
Modifier and Type | Method and Description |
---|---|
PageInboxForwarderDto |
PageInboxForwarderDto.content(List<InboxForwarderDto> content) |
void |
PageInboxForwarderDto.setContent(List<InboxForwarderDto> content) |
Copyright © 2023. All rights reserved.