WebhookResultDtoWebhookEventEnum class
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → WebhookResultDtoWebhookEventEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< WebhookResultDtoWebhookEventEnum> ?
Constants
- BOUNCE → const WebhookResultDtoWebhookEventEnum
- BOUNCE_RECIPIENT → const WebhookResultDtoWebhookEventEnum
- DELIVERY_STATUS → const WebhookResultDtoWebhookEventEnum
- EMAIL_OPENED → const WebhookResultDtoWebhookEventEnum
- EMAIL_READ → const WebhookResultDtoWebhookEventEnum
- EMAIL_RECEIVED → const WebhookResultDtoWebhookEventEnum
- NEW_ATTACHMENT → const WebhookResultDtoWebhookEventEnum
- NEW_CONTACT → const WebhookResultDtoWebhookEventEnum
- NEW_EMAIL → const WebhookResultDtoWebhookEventEnum
- NEW_SMS → const WebhookResultDtoWebhookEventEnum
-
values
→ const List<
WebhookResultDtoWebhookEventEnum> - List of all possible values in this WebhookResultDtoWebhookEventEnum.