public static class BatchDeleteDocumentBlockChildrenReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchDeleteDocumentBlockChildrenReq.Builder |
batchDeleteDocumentBlockChildrenReqBody(BatchDeleteDocumentBlockChildrenReqBody body)
body
|
BatchDeleteDocumentBlockChildrenReq.Builder |
blockId(String blockId)
父 Block 的唯一标识
示例值:doxcnO6UW6wAw2qIcYf4hZpFIth
|
BatchDeleteDocumentBlockChildrenReq |
build() |
BatchDeleteDocumentBlockChildrenReq.Builder |
clientToken(String clientToken)
操作的唯一标识,与接口返回值的 client_token 相对应,用于幂等的进行更新操作。
|
BatchDeleteDocumentBlockChildrenReq.Builder |
documentId(String documentId)
文档的唯一标识
示例值:doxcnePuYufKa49ISjhD8Ih0ikh
|
BatchDeleteDocumentBlockChildrenReq.Builder |
documentRevisionId(Integer documentRevisionId)
操作的文档版本,-1表示文档最新版本。
|
BatchDeleteDocumentBlockChildrenReqBody |
getBatchDeleteDocumentBlockChildrenReqBody() |
public BatchDeleteDocumentBlockChildrenReq.Builder documentRevisionId(Integer documentRevisionId)
示例值:-1
documentRevisionId - public BatchDeleteDocumentBlockChildrenReq.Builder clientToken(String clientToken)
示例值:fe599b60-450f-46ff-b2ef-9f6675625b97
clientToken - public BatchDeleteDocumentBlockChildrenReq.Builder documentId(String documentId)
示例值:doxcnePuYufKa49ISjhD8Ih0ikh
documentId - public BatchDeleteDocumentBlockChildrenReq.Builder blockId(String blockId)
示例值:doxcnO6UW6wAw2qIcYf4hZpFIth
blockId - public BatchDeleteDocumentBlockChildrenReqBody getBatchDeleteDocumentBlockChildrenReqBody()
public BatchDeleteDocumentBlockChildrenReq.Builder batchDeleteDocumentBlockChildrenReqBody(BatchDeleteDocumentBlockChildrenReqBody body)
body - public BatchDeleteDocumentBlockChildrenReq build()
Copyright © 2022. All rights reserved.