-
public final class AbstractWebhookPayload
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAbstractWebhookPayload.EventNameValues: eMAILRECEIVED,nEWEMAIL,nEWCONTACT,nEWATTACHMENT
-
Field Summary
Fields Modifier and Type Field Description private final AbstractWebhookPayload.EventNameeventNameprivate final StringmessageIdprivate final UUIDwebhookIdprivate final StringwebhookName
-
Constructor Summary
Constructors Constructor Description AbstractWebhookPayload(AbstractWebhookPayload.EventName eventName, String messageId, UUID webhookId, String webhookName)
-
Method Summary
Modifier and Type Method Description final AbstractWebhookPayload.EventNamegetEventName()final StringgetMessageId()final UUIDgetWebhookId()final StringgetWebhookName()-
-
Constructor Detail
-
AbstractWebhookPayload
AbstractWebhookPayload(AbstractWebhookPayload.EventName eventName, String messageId, UUID webhookId, String webhookName)
-
-
Method Detail
-
getEventName
final AbstractWebhookPayload.EventName getEventName()
-
getMessageId
final String getMessageId()
-
getWebhookId
final UUID getWebhookId()
-
getWebhookName
final String getWebhookName()
-
-
-
-