| Package | Description | 
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
JSONSchemaDto | 
WebhookControllerApi.getJsonSchemaForWebhookEvent(String event)
Get JSON Schema definition for webhook payload by event 
 | 
JSONSchemaDto | 
WebhookControllerApi.getJsonSchemaForWebhookPayload(UUID webhookId)
Get JSON Schema definition for webhook payload 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ApiResponse<JSONSchemaDto> | 
WebhookControllerApi.getJsonSchemaForWebhookEventWithHttpInfo(String event)
Get JSON Schema definition for webhook payload by event 
 | 
ApiResponse<JSONSchemaDto> | 
WebhookControllerApi.getJsonSchemaForWebhookPayloadWithHttpInfo(UUID webhookId)
Get JSON Schema definition for webhook payload 
 | 
| Modifier and Type | Method and Description | 
|---|---|
okhttp3.Call | 
WebhookControllerApi.getJsonSchemaForWebhookEventAsync(String event,
                                 ApiCallback<JSONSchemaDto> _callback)
(asynchronously)
 Get JSON Schema definition for webhook payload by event 
 | 
okhttp3.Call | 
WebhookControllerApi.getJsonSchemaForWebhookPayloadAsync(UUID webhookId,
                                   ApiCallback<JSONSchemaDto> _callback)
(asynchronously)
 Get JSON Schema definition for webhook payload 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static JSONSchemaDto | 
JSONSchemaDto.fromJson(String jsonString)
Create an instance of JSONSchemaDto given an JSON string 
 | 
JSONSchemaDto | 
JSONSchemaDto.value(String value)  | 
Copyright © 2023. All rights reserved.