public final class WebhookNotification extends Object
| Constructor and Description |
|---|
WebhookNotification() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
properties()
Get the properties property: a property bag of settings.
|
String |
serviceUri()
Get the serviceUri property: the service address to receive the notification.
|
void |
validate()
Validates the instance.
|
WebhookNotification |
withProperties(Map<String,String> properties)
Set the properties property: a property bag of settings.
|
WebhookNotification |
withServiceUri(String serviceUri)
Set the serviceUri property: the service address to receive the notification.
|
public String serviceUri()
public WebhookNotification withServiceUri(String serviceUri)
serviceUri - the serviceUri value to set.public Map<String,String> properties()
public WebhookNotification withProperties(Map<String,String> properties)
properties - the properties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.