Package io.rong.imlib.params
Class ConversationFilter
-
- All Implemented Interfaces:
public class ConversationFilter本地搜索-会话过滤。
用于过滤会话列表的查询条件。
- Since:
5.22.0
-
-
Field Summary
Fields Modifier and Type Field Description public final static Creator<ConversationFilter>CREATORpublic List<ConversationType>conversationTypespublic List<String>targetIdspublic List<String>channelIds
-
Constructor Summary
Constructors Constructor Description ConversationFilter()
-
Method Summary
Modifier and Type Method Description List<ConversationType>getConversationTypes()voidsetConversationTypes(List<ConversationType> conversationTypes)List<String>getTargetIds()voidsetTargetIds(List<String> targetIds)List<String>getChannelIds()voidsetChannelIds(List<String> channelIds)intdescribeContents()voidwriteToParcel(Parcel dest, int flags)StringtoString()-
-
Method Detail
-
getConversationTypes
List<ConversationType> getConversationTypes()
-
setConversationTypes
void setConversationTypes(List<ConversationType> conversationTypes)
-
getTargetIds
List<String> getTargetIds()
-
setTargetIds
void setTargetIds(List<String> targetIds)
-
getChannelIds
List<String> getChannelIds()
-
setChannelIds
void setChannelIds(List<String> channelIds)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
toString
String toString()
-
-
-
-