public class ConversationFilter
Represents filters used when loading conversations.
| Nested classes |
|---|
| Public methods | |
|---|---|
Constructor |
ConversationFilter()
Create a ConversationFilter instance. |
ConversationFilterChatSupportStatus |
ConversationFilterChatSupportStatus getFilterChatStatus()
Return filter chat status. |
void |
void setFilterChatStatus(ConversationFilterChatSupportStatus filterChatStatus)
Set filter chat status. |
String |
String getOaId()
Return oa id. |
void |
void setOaId(String oaId)
Set oa id. |
boolean |
boolean isDeleted()
Check whether deleted. |
void |
void setDeleted(boolean deleted)
Set deleted. |
boolean |
boolean isUnread()
Check whether unread. |
void |
void setUnread(boolean unread)
Set unread. |
List<ChannelType> |
List<ChannelType> getChannelTypes()
Return channel types. |
void |
void setChannelTypes(List<ChannelType> channelTypes)
Set channel types. |
ConversationFilter()
Create a ConversationFilter instance.
ConversationFilterChatSupportStatus getFilterChatStatus()
Return filter chat status.
void setFilterChatStatus(ConversationFilterChatSupportStatus filterChatStatus)
Set filter chat status.
String getOaId()
Return oa id.
void setOaId(String oaId)
Set oa id.
boolean isDeleted()
Check whether deleted.
void setDeleted(boolean deleted)
Set deleted.
boolean isUnread()
Check whether unread.
void setUnread(boolean unread)
Set unread.
List<ChannelType> getChannelTypes()
Return channel types.
void setChannelTypes(List<ChannelType> channelTypes)
Set channel types.
Defines chat support status filters for conversations.
| Enum values | |
|---|---|
CURRENT_CHAT
|
Represents CURRENT_CHAT. |
PAST_CHAT
|
Represents PAST_CHAT. |
ALL
|
Represents ALL. |
getValue
|
Return value. |
getStats
|
Return stats. |
ConversationFilter.ConversationFilterChatSupportStatus.CURRENT_CHAT
Represents CURRENT_CHAT.
ConversationFilter.ConversationFilterChatSupportStatus.PAST_CHAT
Represents PAST_CHAT.
ConversationFilter.ConversationFilterChatSupportStatus.ALL
Represents ALL.
ConversationFilter.ConversationFilterChatSupportStatus.getValue
Return value.
ConversationFilter.ConversationFilterChatSupportStatus.getStats
Return stats.