PersonalRecipientNotification
- 인쇄
- PDF
PersonalRecipientNotification
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
설명
Event Rule 생성, 수정 시 필요한 통보 대상자 정보입니다.
구문
private Long managerNo;
private String managerName;
private Set<NotifyType> notifyTypes;
private Integer reminderTime;
private boolean enableNotiWhenEventClose;
필드
항목 | 타입 | 제약 사항 | 설명 |
---|---|---|---|
managerNo | Long | 통보 대상자 번호 | |
managerName | String | 통보 대상자 이름 | |
notifyTypes | Set<NotifyType> | SMS , EMAIL | 통보 방법 |
reminderTime | Integer | Min: 5, Max: 720 | 리마인드 알림 주기 |
enableNotiWhenEventClose | boolean | 종료 알림 사용 여부 |
이 문서가 도움이 되었습니까?