类 ProtectedRange.Builder
java.lang.Object
com.lark.oapi.service.sheets.v3.model.ProtectedRange.Builder
- 封闭类:
ProtectedRange
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()description(String description) 保护范围描述editors(ProtectedRangeEditors editors) 保护范围可编辑用户protectedColumns(ProtectedColumns protectedColumns) 保护列范围protectedDimension(ProtectedRangeProtectedDimensionEnum protectedDimension) 保护类型protectedDimension(String protectedDimension) 保护类型protectedId(String protectedId) 保护范围IDprotectedRows(ProtectedRows protectedRows) 保护行范围protectedSheet(ProtectedSheet protectedSheet) 保护工作表范围
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
protectedId
保护范围ID示例值:1650435126216662
- 参数:
protectedId-- 返回:
-
description
保护范围描述示例值:这是一个保护范围
- 参数:
description-- 返回:
-
protectedDimension
保护类型示例值:Rows
- 参数:
protectedDimension-- 返回:
-
protectedDimension
public ProtectedRange.Builder protectedDimension(ProtectedRangeProtectedDimensionEnum protectedDimension) 保护类型示例值:Rows
- 参数:
protectedDimension-ProtectedRangeProtectedDimensionEnum- 返回:
-
protectedRows
保护行范围示例值:
- 参数:
protectedRows-- 返回:
-
protectedColumns
保护列范围示例值:
- 参数:
protectedColumns-- 返回:
-
protectedSheet
保护工作表范围示例值:
- 参数:
protectedSheet-- 返回:
-
editors
保护范围可编辑用户示例值:
- 参数:
editors-- 返回:
-
build
-