| Modifier and Type | Method | Description |
|---|---|---|
Webhook.Update |
Webhook.UpdateStages.WithActions.withActions(List<WebhookAction> actions) |
Specifies actions.
|
Webhook.Update |
Webhook.UpdateStages.WithCustomHeaders.withCustomHeaders(Map<String,String> customHeaders) |
Specifies customHeaders.
|
Webhook.Update |
Webhook.UpdateStages.WithScope.withScope(String scope) |
Specifies scope.
|
Webhook.Update |
Webhook.UpdateStages.WithServiceUri.withServiceUri(String serviceUri) |
Specifies serviceUri.
|
Webhook.Update |
Webhook.UpdateStages.WithStatus.withStatus(WebhookStatus status) |
Specifies status.
|
Webhook.Update |
Webhook.UpdateStages.WithTags.withTags(Map<String,String> tags) |
Specifies tags.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/