Class ZendeskMessage

  • All Implemented Interfaces:

    
    public final class ZendeskMessage
    
                        

    Data class representing a zendesk message.

    • 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 message.
      final ZendeskRole getRole() The role of the author of the message (e.g., user, business).
      final Long getTimestamp() The timestamp Unix when the message was created.
      • 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 message.

      • getRole

         final ZendeskRole getRole()

        The role of the author of the message (e.g., user, business).

      • getTimestamp

         final Long getTimestamp()

        The timestamp Unix when the message was created.