Class Notification
java.lang.Object
com.totvs.tjf.communication.sdk.messages.AbstractMessage
com.totvs.tjf.communication.sdk.messages.AbstractMessageWithAttachment
com.totvs.tjf.communication.sdk.messages.Notification
- All Implemented Interfaces:
Publisher
This class represents the default structure of a notification.
- Author:
- Rubens dos Santos Filho, Diego Nunes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Notification.NotificationBuilder<C extends Notification,
B extends Notification.NotificationBuilder<C, B>> Nested classes/interfaces inherited from class com.totvs.tjf.communication.sdk.messages.AbstractMessageWithAttachment
AbstractMessageWithAttachment.AbstractMessageWithAttachmentBuilder<C extends AbstractMessageWithAttachment,
B extends AbstractMessageWithAttachment.AbstractMessageWithAttachmentBuilder<C, B>> Nested classes/interfaces inherited from class com.totvs.tjf.communication.sdk.messages.AbstractMessage
AbstractMessage.AbstractMessageBuilder<C extends AbstractMessage,
B extends AbstractMessage.AbstractMessageBuilder<C, B>> -
Field Summary
Fields inherited from class com.totvs.tjf.communication.sdk.messages.AbstractMessageWithAttachment
attachments
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
protected
-
Method Summary
Methods inherited from class com.totvs.tjf.communication.sdk.messages.AbstractMessageWithAttachment
getAttachments
Methods inherited from class com.totvs.tjf.communication.sdk.messages.AbstractMessage
getApplicationId, getContent, getDate, getFallback, getId, getParams, getTemplateId, getTenantId
-
Constructor Details
-
Notification
protected Notification() -
Notification
-
-
Method Details
-
builder
-
getType
-
getSubject
-
getRecipient
-
getSender
-
getLinkUrl
-
getTitle
-
getCategory
-
getTargetApplicationId
-
getTargetApplicationName
-
getPriority
-
getNotificationIconIdentifier
-
equals
- Overrides:
equals
in classAbstractMessageWithAttachment
-
canEqual
- Overrides:
canEqual
in classAbstractMessageWithAttachment
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractMessageWithAttachment
-
toString
- Overrides:
toString
in classAbstractMessageWithAttachment
-