Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
InboxForwarderTestResult |
InboxForwarderControllerApi.testInboxForwarder(UUID id,
InboxForwarderTestOptions inboxForwarderTestOptions)
Test an inbox forwarder
Test an inbox forwarder
|
okhttp3.Call |
InboxForwarderControllerApi.testInboxForwarderAsync(UUID id,
InboxForwarderTestOptions inboxForwarderTestOptions,
ApiCallback<InboxForwarderTestResult> _callback)
Test an inbox forwarder (asynchronously)
Test an inbox forwarder
|
okhttp3.Call |
InboxForwarderControllerApi.testInboxForwarderCall(UUID id,
InboxForwarderTestOptions inboxForwarderTestOptions,
ApiCallback _callback)
Build call for testInboxForwarder
|
InboxForwarderTestResult |
InboxForwarderControllerApi.testInboxForwardersForInbox(UUID inboxId,
InboxForwarderTestOptions inboxForwarderTestOptions)
Test inbox forwarders for inbox
Test inbox forwarders for inbox
|
okhttp3.Call |
InboxForwarderControllerApi.testInboxForwardersForInboxAsync(UUID inboxId,
InboxForwarderTestOptions inboxForwarderTestOptions,
ApiCallback<InboxForwarderTestResult> _callback)
Test inbox forwarders for inbox (asynchronously)
Test inbox forwarders for inbox
|
okhttp3.Call |
InboxForwarderControllerApi.testInboxForwardersForInboxCall(UUID inboxId,
InboxForwarderTestOptions inboxForwarderTestOptions,
ApiCallback _callback)
Build call for testInboxForwardersForInbox
|
ApiResponse<InboxForwarderTestResult> |
InboxForwarderControllerApi.testInboxForwardersForInboxWithHttpInfo(UUID inboxId,
InboxForwarderTestOptions inboxForwarderTestOptions)
Test inbox forwarders for inbox
Test inbox forwarders for inbox
|
ApiResponse<InboxForwarderTestResult> |
InboxForwarderControllerApi.testInboxForwarderWithHttpInfo(UUID id,
InboxForwarderTestOptions inboxForwarderTestOptions)
Test an inbox forwarder
Test an inbox forwarder
|
Modifier and Type | Method and Description |
---|---|
static InboxForwarderTestOptions |
InboxForwarderTestOptions.fromJson(String jsonString)
Create an instance of InboxForwarderTestOptions given an JSON string
|
InboxForwarderTestOptions |
TestNewInboxForwarderOptions.getInboxForwarderTestOptions()
Get inboxForwarderTestOptions
|
InboxForwarderTestOptions |
InboxForwarderTestOptions.testValue(String testValue) |
Modifier and Type | Method and Description |
---|---|
TestNewInboxForwarderOptions |
TestNewInboxForwarderOptions.inboxForwarderTestOptions(InboxForwarderTestOptions inboxForwarderTestOptions) |
void |
TestNewInboxForwarderOptions.setInboxForwarderTestOptions(InboxForwarderTestOptions inboxForwarderTestOptions) |
Copyright © 2023. All rights reserved.