Class ZendeskEvent.UnreadMessageCountChanged

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getId() The unique identifier of the event.
      final Long getTimestamp() The Unix timestamp when the event fired.
      final ConversationUnreadCountChange getData() The details of the unread message count change, including total unread messages across all conversations and the latest updated top active conversation specific unread message count change.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getId

         final String getId()

        The unique identifier of the event.

      • getTimestamp

         final Long getTimestamp()

        The Unix timestamp when the event fired.

      • getData

         final ConversationUnreadCountChange getData()

        The details of the unread message count change, including total unread messages across all conversations and the latest updated top active conversation specific unread message count change.