Package net.worcade.client.get
Interface Webhook
-
- All Known Implementing Classes:
IncomingDto
public interface Webhook
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWebhook.Eventstatic interfaceWebhook.Headerstatic interfaceWebhook.Log
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEvent()Collection<? extends Webhook.Header>getHeaders()StringgetId()StringgetUrl()booleanisSuppressOwn()
-
-
-
Method Detail
-
getId
String getId()
-
getUrl
String getUrl()
-
getEvent
String getEvent()
-
isSuppressOwn
boolean isSuppressOwn()
-
getHeaders
Collection<? extends Webhook.Header> getHeaders()
-
-