Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
WebhookTestResult |
WebhookControllerApi.sendTestData(UUID webhookId)
Send webhook test data
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<WebhookTestResult> |
WebhookControllerApi.sendTestDataWithHttpInfo(UUID webhookId)
Send webhook test data
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
WebhookControllerApi.sendTestDataAsync(UUID webhookId,
ApiCallback<WebhookTestResult> _callback)
Send webhook test data (asynchronously)
|
Modifier and Type | Method and Description |
---|---|
static WebhookTestResult |
WebhookTestResult.fromJson(String jsonString)
Create an instance of WebhookTestResult given an JSON string
|
WebhookTestResult |
WebhookTestResult.message(String message) |
WebhookTestResult |
WebhookTestResult.request(WebhookTestRequest request) |
WebhookTestResult |
WebhookTestResult.response(WebhookTestResponse response) |
Copyright © 2023. All rights reserved.