public static class ListPinSpacesRequest.ListPinSpacesRequestOption
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
maxResults
example:
20
|
String |
nextToken
example:
next_token
|
Boolean |
withSpaceCreatorInfo
example:
true
|
Boolean |
withSpaceModifierInfo
example:
true
|
Boolean |
withSpacePermissionRole
example:
true
|
Boolean |
withTeamDetail
example:
true
|
| 构造器和说明 |
|---|
ListPinSpacesRequestOption() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListPinSpacesRequest.ListPinSpacesRequestOption |
build(Map<String,?> map) |
Integer |
getMaxResults() |
String |
getNextToken() |
Boolean |
getWithSpaceCreatorInfo() |
Boolean |
getWithSpaceModifierInfo() |
Boolean |
getWithSpacePermissionRole() |
Boolean |
getWithTeamDetail() |
ListPinSpacesRequest.ListPinSpacesRequestOption |
setMaxResults(Integer maxResults) |
ListPinSpacesRequest.ListPinSpacesRequestOption |
setNextToken(String nextToken) |
ListPinSpacesRequest.ListPinSpacesRequestOption |
setWithSpaceCreatorInfo(Boolean withSpaceCreatorInfo) |
ListPinSpacesRequest.ListPinSpacesRequestOption |
setWithSpaceModifierInfo(Boolean withSpaceModifierInfo) |
ListPinSpacesRequest.ListPinSpacesRequestOption |
setWithSpacePermissionRole(Boolean withSpacePermissionRole) |
ListPinSpacesRequest.ListPinSpacesRequestOption |
setWithTeamDetail(Boolean withTeamDetail) |
@NameInMap(value="maxResults") public Integer maxResults
20
@NameInMap(value="nextToken") public String nextToken
next_token
@NameInMap(value="withSpaceCreatorInfo") public Boolean withSpaceCreatorInfo
true
@NameInMap(value="withSpaceModifierInfo") public Boolean withSpaceModifierInfo
true
@NameInMap(value="withSpacePermissionRole") public Boolean withSpacePermissionRole
true
@NameInMap(value="withTeamDetail") public Boolean withTeamDetail
true
public static ListPinSpacesRequest.ListPinSpacesRequestOption build(Map<String,?> map) throws Exception
Exceptionpublic ListPinSpacesRequest.ListPinSpacesRequestOption setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListPinSpacesRequest.ListPinSpacesRequestOption setNextToken(String nextToken)
public String getNextToken()
public ListPinSpacesRequest.ListPinSpacesRequestOption setWithSpaceCreatorInfo(Boolean withSpaceCreatorInfo)
public Boolean getWithSpaceCreatorInfo()
public ListPinSpacesRequest.ListPinSpacesRequestOption setWithSpaceModifierInfo(Boolean withSpaceModifierInfo)
public Boolean getWithSpaceModifierInfo()
public ListPinSpacesRequest.ListPinSpacesRequestOption setWithSpacePermissionRole(Boolean withSpacePermissionRole)
public Boolean getWithSpacePermissionRole()
public ListPinSpacesRequest.ListPinSpacesRequestOption setWithTeamDetail(Boolean withTeamDetail)
public Boolean getWithTeamDetail()
Copyright © 2025. All rights reserved.