public final class Webhook
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
callbackUrl |
private EventType |
hooktype |
Constructor and Description |
---|
Webhook() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCallbackUrl() |
EventType |
getHooktype() |
void |
setCallbackUrl(java.lang.String callbackUrl) |
void |
setHooktype(EventType hooktype) |
private java.lang.String callbackUrl
private EventType hooktype