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 classNotification.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
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
Methods inherited from class com.totvs.tjf.communication.sdk.messages.AbstractMessageWithAttachment
getAttachmentsMethods 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:
equalsin classAbstractMessageWithAttachment
-
canEqual
- Overrides:
canEqualin classAbstractMessageWithAttachment
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractMessageWithAttachment
-
toString
- Overrides:
toStringin classAbstractMessageWithAttachment
-