Package com.bytedesk.core.message
Class MessageRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.core.message.MessageRequest
- All Implemented Interfaces:
PageableRequest,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Stringprivate Stringprivate static final longprivate Stringprivate Stringprivate StringFields inherited from class com.bytedesk.core.base.BaseRequest
channel, content, orgUid, pageNumber, pageSize, type, uid, userUid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean判断是否为客服类型会话boolean判断是否为群聊类型会话boolean判断是否为成员类型会话Methods inherited from class com.bytedesk.core.base.BaseRequest
getPageable, toJson, validate
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
topic
-
threadUid
-
threadType
-
nickname
-
componentType
-
searchDate
-
-
Constructor Details
-
MessageRequest
public MessageRequest()
-
-
Method Details
-
isCustomerServiceType
public boolean isCustomerServiceType()判断是否为客服类型会话 -
isMemberType
public boolean isMemberType()判断是否为成员类型会话 -
isGroupType
public boolean isGroupType()判断是否为群聊类型会话
-