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