Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static WebhookHeaderNameValue |
WebhookHeaderNameValue.fromJson(String jsonString)
Create an instance of WebhookHeaderNameValue given an JSON string
|
WebhookHeaderNameValue |
WebhookHeaderNameValue.name(String name) |
WebhookHeaderNameValue |
WebhookHeaderNameValue.value(String value) |
Modifier and Type | Method and Description |
---|---|
List<WebhookHeaderNameValue> |
WebhookHeaders.getHeaders()
List of header name value pairs to include with webhook requests
|
Modifier and Type | Method and Description |
---|---|
WebhookHeaders |
WebhookHeaders.addHeadersItem(WebhookHeaderNameValue headersItem) |
Modifier and Type | Method and Description |
---|---|
WebhookHeaders |
WebhookHeaders.headers(List<WebhookHeaderNameValue> headers) |
void |
WebhookHeaders.setHeaders(List<WebhookHeaderNameValue> headers) |
Copyright © 2023. All rights reserved.