Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
WebhookRedriveResult |
WebhookControllerApi.redriveWebhookResult(UUID webhookResultId)
Get a webhook result and try to resend the original webhook payload
Allows you to resend a webhook payload that was already sent.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<WebhookRedriveResult> |
WebhookControllerApi.redriveWebhookResultWithHttpInfo(UUID webhookResultId)
Get a webhook result and try to resend the original webhook payload
Allows you to resend a webhook payload that was already sent.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
WebhookControllerApi.redriveWebhookResultAsync(UUID webhookResultId,
ApiCallback<WebhookRedriveResult> _callback)
Get a webhook result and try to resend the original webhook payload (asynchronously)
Allows you to resend a webhook payload that was already sent.
|
Modifier and Type | Method and Description |
---|---|
static WebhookRedriveResult |
WebhookRedriveResult.fromJson(String jsonString)
Create an instance of WebhookRedriveResult given an JSON string
|
WebhookRedriveResult |
WebhookRedriveResult.message(String message) |
WebhookRedriveResult |
WebhookRedriveResult.success(Boolean success) |
WebhookRedriveResult |
WebhookRedriveResult.webhookResultId(UUID webhookResultId) |
Copyright © 2023. All rights reserved.