类 PatchSectionReqBody.Builder
java.lang.Object
com.lark.oapi.service.task.v2.model.PatchSectionReqBody.Builder
- 封闭类:
PatchSectionReqBody
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()section(InputSection section) 要更新的自定义分组的数据,仅支持name, insert_after, insert_beforeupdateFields(String[] updateFields) 要更新的字段名
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
section
要更新的自定义分组的数据,仅支持name, insert_after, insert_before示例值:
- 参数:
section-- 返回:
-
updateFields
要更新的字段名示例值:
- 参数:
updateFields-- 返回:
-
build
-