public static class ListStarsRequest.ListStarsRequestOption
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
contentTypeList |
List<String> |
filterDocTypes |
Boolean |
listV2
example:
true
|
Integer |
maxResults
example:
20
|
String |
nextToken
example:
next_token
|
String |
order
example:
ASC
|
String |
orderBy
example:
createTime
|
Boolean |
withDentryCreatorInfo
example:
true
|
Boolean |
withDentryModifierInfo
example:
true
|
Boolean |
withDentryPermissionRole
example:
true
|
Boolean |
withSpaceDetail
example:
true
|
Boolean |
withSpacePermissionRole
example:
true
|
Boolean |
withTeamDetail
example:
true
|
| 构造器和说明 |
|---|
ListStarsRequestOption() |
@NameInMap(value="listV2") public Boolean listV2
true
@NameInMap(value="maxResults") public Integer maxResults
20
@NameInMap(value="nextToken") public String nextToken
next_token
@NameInMap(value="order") public String order
ASC
@NameInMap(value="orderBy") public String orderBy
createTime
@NameInMap(value="withDentryCreatorInfo") public Boolean withDentryCreatorInfo
true
@NameInMap(value="withDentryModifierInfo") public Boolean withDentryModifierInfo
true
@NameInMap(value="withDentryPermissionRole") public Boolean withDentryPermissionRole
true
@NameInMap(value="withSpaceDetail") public Boolean withSpaceDetail
true
@NameInMap(value="withSpacePermissionRole") public Boolean withSpacePermissionRole
true
@NameInMap(value="withTeamDetail") public Boolean withTeamDetail
true
public static ListStarsRequest.ListStarsRequestOption build(Map<String,?> map) throws Exception
Exceptionpublic ListStarsRequest.ListStarsRequestOption setContentTypeList(List<String> contentTypeList)
public ListStarsRequest.ListStarsRequestOption setFilterDocTypes(List<String> filterDocTypes)
public ListStarsRequest.ListStarsRequestOption setListV2(Boolean listV2)
public Boolean getListV2()
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 © 2025. All rights reserved.