Suggestions

close search

ConversationFilter

public class ConversationFilter



Represents filters used when loading conversations.



Summary


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.



Public methods


ConversationFilter

ConversationFilter()

Create a ConversationFilter instance.



getFilterChatStatus

ConversationFilterChatSupportStatus getFilterChatStatus()

Return filter chat status.



setFilterChatStatus

void setFilterChatStatus(ConversationFilterChatSupportStatus filterChatStatus)

Set filter chat status.



getOaId

String getOaId()

Return oa id.



setOaId

void setOaId(String oaId)

Set oa id.



isDeleted

boolean isDeleted()

Check whether deleted.



setDeleted

void setDeleted(boolean deleted)

Set deleted.



isUnread

boolean isUnread()

Check whether unread.



setUnread

void setUnread(boolean unread)

Set unread.



getChannelTypes

List<ChannelType> getChannelTypes()

Return channel types.



setChannelTypes

void setChannelTypes(List<ChannelType> channelTypes)

Set channel types.



Nested enums


ConversationFilterChatSupportStatus

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.


CURRENT_CHAT

ConversationFilter.ConversationFilterChatSupportStatus.CURRENT_CHAT

Represents CURRENT_CHAT.



PAST_CHAT

ConversationFilter.ConversationFilterChatSupportStatus.PAST_CHAT

Represents PAST_CHAT.



ALL

ConversationFilter.ConversationFilterChatSupportStatus.ALL

Represents ALL.



getValue

ConversationFilter.ConversationFilterChatSupportStatus.getValue

Return value.



getStats

ConversationFilter.ConversationFilterChatSupportStatus.getStats

Return stats.