Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
WebhookDeliveryStatusPayload |
WebhookControllerApi.getTestWebhookPayloadDeliveryStatus()
Get webhook test payload for delivery status event
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<WebhookDeliveryStatusPayload> |
WebhookControllerApi.getTestWebhookPayloadDeliveryStatusWithHttpInfo()
Get webhook test payload for delivery status event
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
WebhookControllerApi.getTestWebhookPayloadDeliveryStatusAsync(ApiCallback<WebhookDeliveryStatusPayload> _callback)
Get webhook test payload for delivery status event (asynchronously)
|
Modifier and Type | Method and Description |
---|---|
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.addRecipientsItem(String recipientsItem) |
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.eventName(WebhookDeliveryStatusPayload.EventNameEnum eventName) |
static WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.fromJson(String jsonString)
Create an instance of WebhookDeliveryStatusPayload given an JSON string
|
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.id(UUID id) |
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.inboxId(UUID inboxId) |
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.messageId(String messageId) |
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.processingTimeMillis(Long processingTimeMillis) |
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.received(OffsetDateTime received) |
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.recipients(List<String> recipients) |
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.remoteMtaIp(String remoteMtaIp) |
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.reportingMta(String reportingMta) |
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.sentId(UUID sentId) |
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.smtpResponse(String smtpResponse) |
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.smtpStatusCode(Integer smtpStatusCode) |
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.subject(String subject) |
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.userId(UUID userId) |
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.webhookId(UUID webhookId) |
WebhookDeliveryStatusPayload |
WebhookDeliveryStatusPayload.webhookName(String webhookName) |
Copyright © 2023. All rights reserved.