类 CustomDimensionService.DimensionRequest.DeleteDimensionBuilder
java.lang.Object
cn.isliu.core.service.CustomDimensionService.DimensionRequest.DeleteDimensionBuilder
删除行列的构建器 用于构建删除指定范围行列的请求
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()构建删除行列请求设置删除的结束位置majorDimension(String majorDimension) 设置操作的维度类型设置工作表IDstartIndex(Integer startIndex) 设置删除的起始位置
-
构造器详细资料
-
DeleteDimensionBuilder
public DeleteDimensionBuilder()
-
-
方法详细资料
-
sheetId
设置工作表ID- 参数:
sheetId- 工作表ID- 返回:
- 当前构建器
-
majorDimension
public CustomDimensionService.DimensionRequest.DeleteDimensionBuilder majorDimension(String majorDimension) 设置操作的维度类型- 参数:
majorDimension- 维度类型,可选值:ROWS(行)、COLUMNS(列)- 返回:
- 当前构建器
-
startIndex
public CustomDimensionService.DimensionRequest.DeleteDimensionBuilder startIndex(Integer startIndex) 设置删除的起始位置- 参数:
startIndex- 起始位置索引,从1开始计数- 返回:
- 当前构建器
-
endIndex
设置删除的结束位置- 参数:
endIndex- 结束位置索引,从1开始计数- 返回:
- 当前构建器
-
build
构建删除行列请求- 返回:
- 维度操作请求
-