Public Member Functions | |
| int | getConversationType () |
| void | setConversationType (int conversationType) |
| String | getConversationGroup () |
| void | setConversationGroup (String groupName) |
| long | getMarkType () |
| void | setMarkType (long markType) |
| boolean | getHasUnreadCount () |
| void | setHasUnreadCount (boolean hasUnreadCount) |
| boolean | getHasGroupAtInfo () |
| void | setHasGroupAtInfo (boolean hasGroupAtInfo) |
|
inline |
Get conversation type
|
inline |
Set conversation type(fill in 0 means do not filter this item)
|
inline |
Get conversation group
|
inline |
Set conversation group Not setting means not filtering this item, setting it to "" means filtering conversations not belonging to any conversation group.
|
inline |
Get conversation mark type
|
inline |
Set conversation mark type Not setting means not filtering this item, setting the field to 0 means filtering conversations without any mark.
|
inline |
Get whether the conversation list with unread message will be returned
|
inline |
Set whether the conversation has unread count Not setting means not filtering this item, setting to true means filtering conversations with unread count; setting to false means filtering conversations without unread count.
|
inline |
Get whether the conversation list with group at message will be returned
|
inline |
Set whether the conversation has group at info Not setting means not filtering this item, setting to true means filtering conversations with group @ messages; setting to false means filtering conversations without group @ messages.