Class EmailAddedEvent
java.lang.Object
com.totvs.tjf.communication.sdk.events.email.EmailAddedEvent
- All Implemented Interfaces:
DeliveryEvent
,SmartTalkEvent
,com.totvs.tjf.core.common.domain.DomainEvent
,com.totvs.tjf.core.common.domain.DomainObject
public class EmailAddedEvent
extends Object
implements com.totvs.tjf.core.common.domain.DomainEvent, DeliveryEvent, SmartTalkEvent
Event executed when a new email is added.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
int
hashCode()
static EmailAddedEvent
of
(String id, EmailAddedEvent.EmailMessageEvent message) static EmailAddedEvent
of
(String id, EmailAddedEvent.EmailMessageEvent message, Boolean hasHistory) toString()
-
Field Details
-
CONDITIONAL_EXPRESSION
- See Also:
-
-
Method Details
-
of
-
of
public static EmailAddedEvent of(String id, EmailAddedEvent.EmailMessageEvent message, Boolean hasHistory) -
getId
- Specified by:
getId
in interfaceDeliveryEvent
-
getMessage
-
getHasHistory
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-