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