public static class ListPinSpacesRequest.ListPinSpacesRequestOption
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
maxResults |
String |
nextToken |
Boolean |
withSpaceCreatorInfo |
Boolean |
withSpaceModifierInfo |
Boolean |
withSpacePermissionRole |
Boolean |
withTeamDetail |
| 构造器和说明 |
|---|
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
@NameInMap(value="nextToken") public String nextToken
@NameInMap(value="withSpaceCreatorInfo") public Boolean withSpaceCreatorInfo
@NameInMap(value="withSpaceModifierInfo") public Boolean withSpaceModifierInfo
@NameInMap(value="withSpacePermissionRole") public Boolean withSpacePermissionRole
@NameInMap(value="withTeamDetail") public Boolean withTeamDetail
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 © 2023. All rights reserved.