Package com.emailit.events
Class WebhookEvent
- java.lang.Object
-
- com.emailit.EmailitObject
-
- com.emailit.events.WebhookEvent
-
- Direct Known Subclasses:
AudienceCreated,AudienceDeleted,AudienceUpdated,ContactCreated,ContactDeleted,ContactUpdated,DomainCreated,DomainDeleted,DomainUpdated,EmailAccepted,EmailAttempted,EmailBounced,EmailClicked,EmailComplained,EmailDelivered,EmailFailed,EmailLoaded,EmailReceived,EmailRejected,EmailScheduled,EmailSuppressed,EmailVerificationCreated,EmailVerificationDeleted,EmailVerificationListCreated,EmailVerificationListDeleted,EmailVerificationListUpdated,EmailVerificationUpdated,SubscriberCreated,SubscriberDeleted,SubscriberUpdated,SuppressionCreated,SuppressionDeleted,SuppressionUpdated,TemplateCreated,TemplateDeleted,TemplateUpdated
public class WebhookEvent extends EmailitObject
-
-
Field Summary
-
Fields inherited from class com.emailit.EmailitObject
values
-
-
Constructor Summary
Constructors Constructor Description WebhookEvent()WebhookEvent(Map<String,Object> values)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebhookEventconstructFrom(Map<String,Object> payload)Map<String,Object>getEventData()StringgetEventId()StringgetType()-
Methods inherited from class com.emailit.EmailitObject
get, getBoolean, getDouble, getLastResponse, getList, getLong, getMap, getString, has, refreshFrom, set, setLastResponse, toJson, toMap, toString
-
-