public class ConversationsFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationsFilter.ConversationsFilterBuilder |
| Constructor and Description |
|---|
ConversationsFilter() |
ConversationsFilter(List<String> include,
Boolean excludeExternalSharedChannels,
Boolean excludeBotUsers) |
| Modifier and Type | Method and Description |
|---|---|
static ConversationsFilter.ConversationsFilterBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Boolean |
getExcludeBotUsers()
Indicates whether to exclude bot users from conversation lists.
|
Boolean |
getExcludeExternalSharedChannels()
Indicates whether to exclude external shared channels from conversation lists.
|
List<String> |
getInclude()
Indicates which type of conversations should be included in the list.
|
int |
hashCode() |
void |
setExcludeBotUsers(Boolean excludeBotUsers)
Indicates whether to exclude bot users from conversation lists.
|
void |
setExcludeExternalSharedChannels(Boolean excludeExternalSharedChannels)
Indicates whether to exclude external shared channels from conversation lists.
|
void |
setInclude(List<String> include)
Indicates which type of conversations should be included in the list.
|
String |
toString() |
public ConversationsFilter(List<String> include, Boolean excludeExternalSharedChannels, Boolean excludeBotUsers)
public ConversationsFilter()
public static ConversationsFilter.ConversationsFilterBuilder builder()
public List<String> getInclude()
public Boolean getExcludeExternalSharedChannels()
public Boolean getExcludeBotUsers()
public void setInclude(List<String> include)
public void setExcludeExternalSharedChannels(Boolean excludeExternalSharedChannels)
public void setExcludeBotUsers(Boolean excludeBotUsers)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.