Uses of Class
com.ibm.watson.assistant.v1.model.WebhookHeader
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of WebhookHeader in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return WebhookHeader Modifier and Type Method Description WebhookHeader
WebhookHeader.Builder. build()
Builds a WebhookHeader.Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type WebhookHeader Modifier and Type Method Description List<WebhookHeader>
Webhook. headers()
Gets the headers.Methods in com.ibm.watson.assistant.v1.model with parameters of type WebhookHeader Modifier and Type Method Description Webhook.Builder
Webhook.Builder. addHeaders(WebhookHeader headers)
Adds an headers to headers.Method parameters in com.ibm.watson.assistant.v1.model with type arguments of type WebhookHeader Modifier and Type Method Description Webhook.Builder
Webhook.Builder. headers(List<WebhookHeader> headers)
Set the headers.