Class NotificationAddedEvent.NotificationMessageEvent
java.lang.Object
com.totvs.tjf.communication.sdk.events.MessageEvent
com.totvs.tjf.communication.sdk.events.notification.NotificationAddedEvent.NotificationMessageEvent
- Enclosing class:
NotificationAddedEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from class com.totvs.tjf.communication.sdk.events.MessageEvent
MessageEvent.AttachmentEvent, MessageEvent.TemplateParamEvent
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationMessageEvent
(String applicationId, String subject, String sender, String recipient, NotificationType type, String linkUrl, String title, String category, String targetApplicationId, Boolean priority, String notificationIconIdentifier, String templateId, Set<MessageEvent.TemplateParamEvent> params, String content, Set<MessageEvent.AttachmentEvent> attachments, ZonedDateTime date) -
Method Summary
Methods inherited from class com.totvs.tjf.communication.sdk.events.MessageEvent
getApplicationId, getAttachments, getContent, getDate, getParams, getSubject, getTemplateId
-
Constructor Details
-
NotificationMessageEvent
public NotificationMessageEvent(String applicationId, String subject, String sender, String recipient, NotificationType type, String linkUrl, String title, String category, String targetApplicationId, Boolean priority, String notificationIconIdentifier, String templateId, Set<MessageEvent.TemplateParamEvent> params, String content, Set<MessageEvent.AttachmentEvent> attachments, ZonedDateTime date)
-
-
Method Details
-
builder
public static NotificationAddedEvent.NotificationMessageEvent.NotificationMessageEventBuilder builder() -
getSender
-
getRecipient
-
getLinkUrl
-
getTitle
-
getCategory
-
getTargetApplicationId
-
getPriority
-
getNotificationIconIdentifier
-
getType
-
equals
- Overrides:
equals
in classMessageEvent
-
canEqual
- Overrides:
canEqual
in classMessageEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMessageEvent
-
toString
- Overrides:
toString
in classMessageEvent
-