类 DocumentDisplaySetting.Builder
java.lang.Object
com.lark.oapi.service.docx.v1.model.DocumentDisplaySetting.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()showAuthors(Boolean showAuthors) 文档信息中是否展示文档作者showCommentCount(Boolean showCommentCount) 文档信息中是否展示评论总数showCreateTime(Boolean showCreateTime) 文档信息中是否展示文档创建时间showLikeCount(Boolean showLikeCount) 文档信息中是否展示点赞总数文档信息中是否展示文档访问次数showRelatedMatters(Boolean showRelatedMatters) 文档信息中是否展示关联事项文档信息中是否展示文档访问人数
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
showAuthors
文档信息中是否展示文档作者示例值:true
- 参数:
showAuthors-- 返回:
-
showCreateTime
文档信息中是否展示文档创建时间示例值:true
- 参数:
showCreateTime-- 返回:
-
showPv
文档信息中是否展示文档访问次数示例值:true
- 参数:
showPv-- 返回:
-
showUv
文档信息中是否展示文档访问人数示例值:true
- 参数:
showUv-- 返回:
-
showLikeCount
文档信息中是否展示点赞总数示例值:true
- 参数:
showLikeCount-- 返回:
-
showCommentCount
文档信息中是否展示评论总数示例值:true
- 参数:
showCommentCount-- 返回:
-
showRelatedMatters
文档信息中是否展示关联事项示例值:true
- 参数:
showRelatedMatters-- 返回:
-
build
-