| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
Reminder |
build() |
Reminder.Builder |
notifyDateTime(String notifyDateTime)
时间日期
示例值:2022/2/2 13:33
|
Reminder.Builder |
notifyStrategy(ReminderNotifyStrategyEnum notifyStrategy)
提醒策略
示例值:AT_TIME
|
Reminder.Builder |
notifyStrategy(String notifyStrategy)
提醒策略
示例值:AT_TIME
|
Reminder.Builder |
notifyText(String notifyText)
提醒内容
示例值:hello
|
Reminder.Builder |
notifyUserId(String[] notifyUserId)
提醒人员
示例值:ou_xxxxxx
|
public Reminder.Builder notifyDateTime(String notifyDateTime)
示例值:2022/2/2 13:33
notifyDateTime - public Reminder.Builder notifyUserId(String[] notifyUserId)
示例值:ou_xxxxxx
notifyUserId - public Reminder.Builder notifyText(String notifyText)
示例值:hello
notifyText - public Reminder.Builder notifyStrategy(String notifyStrategy)
示例值:AT_TIME
notifyStrategy - public Reminder.Builder notifyStrategy(ReminderNotifyStrategyEnum notifyStrategy)
示例值:AT_TIME
notifyStrategy - ReminderNotifyStrategyEnumpublic Reminder build()
Copyright © 2025. All rights reserved.