public class WebhookReceiver extends Object
Constructor and Description |
---|
WebhookReceiver() |
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the name of the webhook receiver.
|
String |
serviceUri()
Get the URI where webhooks should be sent.
|
WebhookReceiver |
withName(String name)
Set the name of the webhook receiver.
|
WebhookReceiver |
withServiceUri(String serviceUri)
Set the URI where webhooks should be sent.
|
public String name()
public WebhookReceiver withName(String name)
name
- the name value to setpublic String serviceUri()
public WebhookReceiver withServiceUri(String serviceUri)
serviceUri
- the serviceUri value to setCopyright © 2019. All rights reserved.