public class SearchGroupRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
groupName
example:
钉钉专属服务群
|
Integer |
maxResults
example:
10
|
String |
nextToken
example:
CXiw
|
String |
openConversationId
example:
cidxxxx==
|
String |
openGroupSetId
example:
sjfuwid
|
String |
openTeamId
example:
jfuwida
|
String |
searchType
example:
目前支持PAGE 和 SCROLL,默认PAGE类型
|
| 构造器和说明 |
|---|
SearchGroupRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SearchGroupRequest |
build(Map<String,?> map) |
String |
getGroupName() |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getOpenConversationId() |
String |
getOpenGroupSetId() |
String |
getOpenTeamId() |
String |
getSearchType() |
SearchGroupRequest |
setGroupName(String groupName) |
SearchGroupRequest |
setMaxResults(Integer maxResults) |
SearchGroupRequest |
setNextToken(String nextToken) |
SearchGroupRequest |
setOpenConversationId(String openConversationId) |
SearchGroupRequest |
setOpenGroupSetId(String openGroupSetId) |
SearchGroupRequest |
setOpenTeamId(String openTeamId) |
SearchGroupRequest |
setSearchType(String searchType) |
@NameInMap(value="groupName") public String groupName
钉钉专属服务群
@NameInMap(value="maxResults") public Integer maxResults
10
@NameInMap(value="nextToken") public String nextToken
CXiw
@NameInMap(value="openConversationId") public String openConversationId
cidxxxx==
@NameInMap(value="openGroupSetId") public String openGroupSetId
sjfuwid
@NameInMap(value="openTeamId") public String openTeamId
jfuwida
@NameInMap(value="searchType") public String searchType
目前支持PAGE 和 SCROLL,默认PAGE类型
public static SearchGroupRequest build(Map<String,?> map) throws Exception
Exceptionpublic SearchGroupRequest setGroupName(String groupName)
public String getGroupName()
public SearchGroupRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public SearchGroupRequest setNextToken(String nextToken)
public String getNextToken()
public SearchGroupRequest setOpenConversationId(String openConversationId)
public String getOpenConversationId()
public SearchGroupRequest setOpenGroupSetId(String openGroupSetId)
public String getOpenGroupSetId()
public SearchGroupRequest setOpenTeamId(String openTeamId)
public String getOpenTeamId()
public SearchGroupRequest setSearchType(String searchType)
public String getSearchType()
Copyright © 2025. All rights reserved.