| Modifier and Type | Method and Description |
|---|---|
EventRequestMessage |
WebhookEventInfo.eventRequestMessage()
Gets the event request object.
|
EventRequestMessage |
EventRequestMessage.withContent(EventContent content)
Set the content of the event request message.
|
EventRequestMessage |
EventRequestMessage.withHeaders(Map<String,String> headers)
Set the headers of the event request message.
|
EventRequestMessage |
EventRequestMessage.withMethod(String method)
Set the HTTP method used to send the event request message.
|
EventRequestMessage |
EventRequestMessage.withRequestUri(String requestUri)
Set the URI used to send the event request message.
|
EventRequestMessage |
EventRequestMessage.withVersion(String version)
Set the HTTP message version.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/