PersonalRecipientNotification
- Print
- PDF
PersonalRecipientNotification
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is the notification recipient information required when creating or editing an event rule.
Syntax
The syntax is as follows.
private Long managerNo;
private String managerName;
private Set<NotifyType> notifyTypes;
private Integer reminderTime;
private boolean enableNotiWhenEventClose;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
managerNo | Long | - | Notification recipient number |
managerName | String | - | Notification recipient name |
notifyTypes | Set<NotifyType> | - | Notification method
|
reminderTime | Integer | - | Reminder notification frequency
|
enableNotiWhenEventClose | Boolean | - | Whether to use end notification
|
Was this article helpful?