Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
WebhookResultDto |
WebhookControllerApi.getWebhookResult(UUID webhookResultId)
Get a webhook result for a webhook
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<WebhookResultDto> |
WebhookControllerApi.getWebhookResultWithHttpInfo(UUID webhookResultId)
Get a webhook result for a webhook
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
WebhookControllerApi.getWebhookResultAsync(UUID webhookResultId,
ApiCallback<WebhookResultDto> _callback)
Get a webhook result for a webhook (asynchronously)
|
Modifier and Type | Method and Description |
---|---|
WebhookResultDto |
WebhookResultDto.createdAt(OffsetDateTime createdAt) |
static WebhookResultDto |
WebhookResultDto.fromJson(String jsonString)
Create an instance of WebhookResultDto given an JSON string
|
WebhookResultDto |
WebhookResultDto.httpMethod(WebhookResultDto.HttpMethodEnum httpMethod) |
WebhookResultDto |
WebhookResultDto.id(UUID id) |
WebhookResultDto |
WebhookResultDto.inboxId(UUID inboxId) |
WebhookResultDto |
WebhookResultDto.messageId(String messageId) |
WebhookResultDto |
WebhookResultDto.redriveId(UUID redriveId) |
WebhookResultDto |
WebhookResultDto.responseBodyExtract(String responseBodyExtract) |
WebhookResultDto |
WebhookResultDto.responseStatus(Integer responseStatus) |
WebhookResultDto |
WebhookResultDto.responseTimeMillis(Long responseTimeMillis) |
WebhookResultDto |
WebhookResultDto.resultType(WebhookResultDto.ResultTypeEnum resultType) |
WebhookResultDto |
WebhookResultDto.seen(Boolean seen) |
WebhookResultDto |
WebhookResultDto.updatedAt(OffsetDateTime updatedAt) |
WebhookResultDto |
WebhookResultDto.userId(UUID userId) |
WebhookResultDto |
WebhookResultDto.webhookEvent(WebhookResultDto.WebhookEventEnum webhookEvent) |
WebhookResultDto |
WebhookResultDto.webhookId(UUID webhookId) |
WebhookResultDto |
WebhookResultDto.webhookUrl(String webhookUrl) |
Modifier and Type | Method and Description |
---|---|
List<WebhookResultDto> |
PageWebhookResult.getContent()
Get content
|
Modifier and Type | Method and Description |
---|---|
PageWebhookResult |
PageWebhookResult.addContentItem(WebhookResultDto contentItem) |
Modifier and Type | Method and Description |
---|---|
PageWebhookResult |
PageWebhookResult.content(List<WebhookResultDto> content) |
void |
PageWebhookResult.setContent(List<WebhookResultDto> content) |
Copyright © 2023. All rights reserved.