类 Reminder.Builder
java.lang.Object
com.lark.oapi.service.sheets.v3.model.Reminder.Builder
- 封闭类:
Reminder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()notifyDateTime(String notifyDateTime) 时间日期notifyStrategy(ReminderNotifyStrategyEnum notifyStrategy) 提醒策略notifyStrategy(String notifyStrategy) 提醒策略notifyText(String notifyText) 提醒内容notifyUserId(String[] notifyUserId) 提醒人员
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
notifyDateTime
时间日期示例值:2022/2/2 13:33
- 参数:
notifyDateTime-- 返回:
-
notifyUserId
提醒人员示例值:ou_xxxxxx
- 参数:
notifyUserId-- 返回:
-
notifyText
提醒内容示例值:hello
- 参数:
notifyText-- 返回:
-
notifyStrategy
提醒策略示例值:AT_TIME
- 参数:
notifyStrategy-- 返回:
-
notifyStrategy
提醒策略示例值:AT_TIME
- 参数:
notifyStrategy-ReminderNotifyStrategyEnum- 返回:
-
build
-