public class AdminConversationsSearchRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminConversationsSearchRequest.AdminConversationsSearchRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminConversationsSearchRequest.AdminConversationsSearchRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCursor()
Set cursor to next_cursor returned by the previous call to list items in the next page.
|
Integer |
getLimit()
Maximum number of items to be returned.
|
String |
getQuery()
Name of the the channel to query by.
|
List<String> |
getSearchChannelTypes()
The type of channel to include or exclude in the search.
|
String |
getSort()
Possible values are relevant (search ranking based on what we think is closest), name (alphabetical),
member_count (number of users in the channel), and created (date channel was created).
|
String |
getSortDir()
Sort direction.
|
List<String> |
getTeamIds()
Comma separated string of team IDs, signifying the workspaces to search through.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setCursor(String cursor)
Set cursor to next_cursor returned by the previous call to list items in the next page.
|
void |
setLimit(Integer limit)
Maximum number of items to be returned.
|
void |
setQuery(String query)
Name of the the channel to query by.
|
void |
setSearchChannelTypes(List<String> searchChannelTypes)
The type of channel to include or exclude in the search.
|
void |
setSort(String sort)
Possible values are relevant (search ranking based on what we think is closest), name (alphabetical),
member_count (number of users in the channel), and created (date channel was created).
|
void |
setSortDir(String sortDir)
Sort direction.
|
void |
setTeamIds(List<String> teamIds)
Comma separated string of team IDs, signifying the workspaces to search through.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminConversationsSearchRequest.AdminConversationsSearchRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getCursor()
public Integer getLimit()
public String getQuery()
public List<String> getSearchChannelTypes()
public String getSort()
public String getSortDir()
public List<String> getTeamIds()
public void setToken(String token)
public void setCursor(String cursor)
public void setLimit(Integer limit)
public void setQuery(String query)
public void setSearchChannelTypes(List<String> searchChannelTypes)
public void setSort(String sort)
public void setSortDir(String sortDir)
public void setTeamIds(List<String> teamIds)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.