| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
WebhookDto |
WebhookControllerApi.createWebhook(UUID inboxId,
CreateWebhookOptions webhookOptions)
Attach a WebHook URL to an inbox
Get notified whenever an inbox receives an email via a WebHook URL.
|
WebhookDto |
WebhookControllerApi.getWebhook(UUID webhookId)
Get a webhook for an Inbox
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<WebhookDto> |
WebhookControllerApi.createWebhookWithHttpInfo(UUID inboxId,
CreateWebhookOptions webhookOptions)
Attach a WebHook URL to an inbox
Get notified whenever an inbox receives an email via a WebHook URL.
|
List<WebhookDto> |
WebhookControllerApi.getWebhooks(UUID inboxId)
Get all Webhooks for an Inbox
|
ApiResponse<List<WebhookDto>> |
WebhookControllerApi.getWebhooksWithHttpInfo(UUID inboxId)
Get all Webhooks for an Inbox
|
ApiResponse<WebhookDto> |
WebhookControllerApi.getWebhookWithHttpInfo(UUID webhookId)
Get a webhook for an Inbox
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
WebhookControllerApi.createWebhookAsync(UUID inboxId,
CreateWebhookOptions webhookOptions,
ApiCallback<WebhookDto> _callback)
Attach a WebHook URL to an inbox (asynchronously)
Get notified whenever an inbox receives an email via a WebHook URL.
|
okhttp3.Call |
WebhookControllerApi.getWebhookAsync(UUID webhookId,
ApiCallback<WebhookDto> _callback)
Get a webhook for an Inbox (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.getWebhooksAsync(UUID inboxId,
ApiCallback<List<WebhookDto>> _callback)
Get all Webhooks for an Inbox (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
WebhookDto |
WebhookDto.basicAuth(Boolean basicAuth) |
WebhookDto |
WebhookDto.createdAt(OffsetDateTime createdAt) |
WebhookDto |
WebhookDto.id(UUID id) |
WebhookDto |
WebhookDto.inboxId(UUID inboxId) |
WebhookDto |
WebhookDto.method(WebhookDto.MethodEnum method) |
WebhookDto |
WebhookDto.name(String name) |
WebhookDto |
WebhookDto.payloadJsonSchema(String payloadJsonSchema) |
WebhookDto |
WebhookDto.updatedAt(OffsetDateTime updatedAt) |
WebhookDto |
WebhookDto.url(String url) |
Copyright © 2021. All rights reserved.