public static class DocumentDisplaySetting.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DocumentDisplaySetting |
build() |
DocumentDisplaySetting.Builder |
showAuthors(Boolean showAuthors)
文档信息中是否展示文档作者
示例值:true
|
DocumentDisplaySetting.Builder |
showCommentCount(Boolean showCommentCount)
文档信息中是否展示评论总数
示例值:true
|
DocumentDisplaySetting.Builder |
showCreateTime(Boolean showCreateTime)
文档信息中是否展示文档创建时间
示例值:true
|
DocumentDisplaySetting.Builder |
showLikeCount(Boolean showLikeCount)
文档信息中是否展示点赞总数
示例值:true
|
DocumentDisplaySetting.Builder |
showPv(Boolean showPv)
文档信息中是否展示文档访问次数
示例值:true
|
DocumentDisplaySetting.Builder |
showRelatedMatters(Boolean showRelatedMatters)
文档信息中是否展示关联事项
示例值:true
|
DocumentDisplaySetting.Builder |
showUv(Boolean showUv)
文档信息中是否展示文档访问人数
示例值:true
|
public DocumentDisplaySetting.Builder showAuthors(Boolean showAuthors)
示例值:true
showAuthors - public DocumentDisplaySetting.Builder showCreateTime(Boolean showCreateTime)
示例值:true
showCreateTime - public DocumentDisplaySetting.Builder showPv(Boolean showPv)
示例值:true
showPv - public DocumentDisplaySetting.Builder showUv(Boolean showUv)
示例值:true
showUv - public DocumentDisplaySetting.Builder showLikeCount(Boolean showLikeCount)
示例值:true
showLikeCount - public DocumentDisplaySetting.Builder showCommentCount(Boolean showCommentCount)
示例值:true
showCommentCount - public DocumentDisplaySetting.Builder showRelatedMatters(Boolean showRelatedMatters)
示例值:true
showRelatedMatters - public DocumentDisplaySetting build()
Copyright © 2025. All rights reserved.