public static class GetContentReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetContentReq |
build() |
GetContentReq.Builder |
contentType(GetContentContentTypeEnum contentType)
内容类型
示例值:markdown
|
GetContentReq.Builder |
contentType(String contentType)
内容类型
示例值:markdown
|
GetContentReq.Builder |
docToken(String docToken)
云文档的唯一标识。
|
GetContentReq.Builder |
docType(GetContentDocTypeEnum docType)
云文档类型
示例值:docx
|
GetContentReq.Builder |
docType(String docType)
云文档类型
示例值:docx
|
GetContentReq.Builder |
lang(GetContentLangEnum lang)
云文档中存在 @用户 元素时,指定该用户名称的语言。
|
GetContentReq.Builder |
lang(String lang)
云文档中存在 @用户 元素时,指定该用户名称的语言。
|
public GetContentReq.Builder docToken(String docToken)
示例值:B4EPdAYx8oi8HRxgPQQbM15UcBf
docToken - public GetContentReq.Builder docType(String docType)
示例值:docx
docType - public GetContentReq.Builder docType(GetContentDocTypeEnum docType)
示例值:docx
docType - GetContentDocTypeEnumpublic GetContentReq.Builder contentType(String contentType)
示例值:markdown
contentType - public GetContentReq.Builder contentType(GetContentContentTypeEnum contentType)
示例值:markdown
contentType - GetContentContentTypeEnumpublic GetContentReq.Builder lang(String lang)
示例值:zh
lang - public GetContentReq.Builder lang(GetContentLangEnum lang)
示例值:zh
lang - GetContentLangEnumpublic GetContentReq build()
Copyright © 2026. All rights reserved.