public static class BatchDeleteDocumentBlockChildrenReqBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchDeleteDocumentBlockChildrenReqBody |
build() |
BatchDeleteDocumentBlockChildrenReqBody.Builder |
endIndex(Integer endIndex)
删除的末尾索引(操作区间左闭右开)
示例值:1
|
BatchDeleteDocumentBlockChildrenReqBody.Builder |
startIndex(Integer startIndex)
删除的起始索引(操作区间左闭右开)
示例值:0
|
public BatchDeleteDocumentBlockChildrenReqBody.Builder startIndex(Integer startIndex)
示例值:0
startIndex - public BatchDeleteDocumentBlockChildrenReqBody.Builder endIndex(Integer endIndex)
示例值:1
endIndex - public BatchDeleteDocumentBlockChildrenReqBody build()
Copyright © 2024. All rights reserved.