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)
文档唯一标识
示例值:B4EPdAYx8oi8HRxgPQQbM15UcBf
|
GetContentReq.Builder |
docType(GetContentDocTypeEnum docType)
文档类型
示例值:docx
|
GetContentReq.Builder |
docType(String docType)
文档类型
示例值:docx
|
GetContentReq.Builder |
lang(GetContentLangEnum lang)
语言
示例值:zh
|
GetContentReq.Builder |
lang(String lang)
语言
示例值:zh
|
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 © 2025. All rights reserved.