public static class ListStarsRequest.ListStarsRequestOption
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
filterDocTypes
文档类型
最大size:
20
|
Integer |
maxResults
分页大小
默认值:
20
最大值:
20
|
String |
nextToken
分页游标
|
String |
order
排序规则, 升降或降序
支持按字段排序,支持字段在orderBy中
枚举值:
ASC: 升序
DESC: 降序
默认值:
ASC
|
String |
orderBy
排序字段, 根据选择字段排序
枚举值:
UPDATE_TIME: updateTime
NAME: name
CREATE_TIME: createTime
|
Boolean |
withDentryCreatorInfo
是否获取文档创建者名称
默认值:
false
|
Boolean |
withDentryModifierInfo
是否获取文档修改者名称
默认值:
false
|
Boolean |
withDentryPermissionRole
是否获取文档权限
默认值:
false
|
Boolean |
withSpaceDetail
是否获取知识库信息
默认值:
false
|
Boolean |
withSpacePermissionRole
是否获取知识库权限
默认值:
false
|
Boolean |
withTeamDetail
是否获取小组信息
默认值:
false
|
构造器和说明 |
---|
ListStarsRequestOption() |
@NameInMap(value="filterDocTypes") public List<String> filterDocTypes
文档类型
最大size:
20
@NameInMap(value="maxResults") public Integer maxResults
分页大小
默认值:
20
最大值:
20
@NameInMap(value="nextToken") public String nextToken
分页游标
@NameInMap(value="order") public String order
排序规则, 升降或降序
支持按字段排序,支持字段在orderBy中
枚举值:
ASC: 升序
DESC: 降序
默认值:
ASC
@NameInMap(value="orderBy") public String orderBy
排序字段, 根据选择字段排序
枚举值:
UPDATE_TIME: updateTime
NAME: name
CREATE_TIME: createTime
@NameInMap(value="withDentryCreatorInfo") public Boolean withDentryCreatorInfo
是否获取文档创建者名称
默认值:
false
@NameInMap(value="withDentryModifierInfo") public Boolean withDentryModifierInfo
是否获取文档修改者名称
默认值:
false
@NameInMap(value="withDentryPermissionRole") public Boolean withDentryPermissionRole
是否获取文档权限
默认值:
false
@NameInMap(value="withSpaceDetail") public Boolean withSpaceDetail
是否获取知识库信息
默认值:
false
@NameInMap(value="withSpacePermissionRole") public Boolean withSpacePermissionRole
是否获取知识库权限
默认值:
false
@NameInMap(value="withTeamDetail") public Boolean withTeamDetail
是否获取小组信息
默认值:
false
public static ListStarsRequest.ListStarsRequestOption build(Map<String,?> map) throws Exception
Exception
public ListStarsRequest.ListStarsRequestOption setFilterDocTypes(List<String> filterDocTypes)
public ListStarsRequest.ListStarsRequestOption setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListStarsRequest.ListStarsRequestOption setNextToken(String nextToken)
public String getNextToken()
public ListStarsRequest.ListStarsRequestOption setOrder(String order)
public String getOrder()
public ListStarsRequest.ListStarsRequestOption setOrderBy(String orderBy)
public String getOrderBy()
public ListStarsRequest.ListStarsRequestOption setWithDentryCreatorInfo(Boolean withDentryCreatorInfo)
public Boolean getWithDentryCreatorInfo()
public ListStarsRequest.ListStarsRequestOption setWithDentryModifierInfo(Boolean withDentryModifierInfo)
public Boolean getWithDentryModifierInfo()
public ListStarsRequest.ListStarsRequestOption setWithDentryPermissionRole(Boolean withDentryPermissionRole)
public Boolean getWithDentryPermissionRole()
public ListStarsRequest.ListStarsRequestOption setWithSpaceDetail(Boolean withSpaceDetail)
public Boolean getWithSpaceDetail()
public ListStarsRequest.ListStarsRequestOption setWithSpacePermissionRole(Boolean withSpacePermissionRole)
public Boolean getWithSpacePermissionRole()
public ListStarsRequest.ListStarsRequestOption setWithTeamDetail(Boolean withTeamDetail)
public Boolean getWithTeamDetail()
Copyright © 2023. All rights reserved.