public class WebhookNotification extends Object
| Constructor and Description |
|---|
WebhookNotification() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
properties()
Get a property bag of settings.
|
String |
serviceUri()
Get the service address to receive the notification.
|
WebhookNotification |
withProperties(Map<String,String> properties)
Set a property bag of settings.
|
WebhookNotification |
withServiceUri(String serviceUri)
Set the service address to receive the notification.
|
public String serviceUri()
public WebhookNotification withServiceUri(String serviceUri)
serviceUri - the serviceUri value to setpublic Map<String,String> properties()
public WebhookNotification withProperties(Map<String,String> properties)
properties - the properties value to setCopyright © 2019. All rights reserved.