Class TicketNotificationSettingsEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ticket.ticket_settings_notification.TicketNotificationSettingsEntity
- All Implemented Interfaces:
Serializable
通知设置:邮件/内部/Webhook。
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
emailEnabled
-
emailEvents
邮件事件集合 -
emailTemplates
邮件模板集合 -
internalEnabled
-
internalEvents
内部事件集合 -
webhookEnabled
-
webhookUrl
-
webhookEvents
webhook事件集合
-
-
Constructor Details
-
TicketNotificationSettingsEntity
public TicketNotificationSettingsEntity()
-
-
Method Details
-
fromRequest
-