Class MessageRequest

java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.core.message.MessageRequest
All Implemented Interfaces:
PageableRequest, Serializable

public class MessageRequest extends BaseRequest
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • topic

      private String topic
    • threadUid

      private String threadUid
    • threadType

      private String threadType
    • nickname

      private String nickname
    • componentType

      private String componentType
    • searchDate

      private String searchDate
  • Constructor Details

    • MessageRequest

      public MessageRequest()
  • Method Details

    • isCustomerServiceType

      public boolean isCustomerServiceType()
      判断是否为客服类型会话
    • isMemberType

      public boolean isMemberType()
      判断是否为成员类型会话
    • isGroupType

      public boolean isGroupType()
      判断是否为群聊类型会话