Package zendesk.android.events
Class ZendeskMessage
-
- All Implemented Interfaces:
public final class ZendeskMessage
Data class representing a zendesk message.
-
-
Constructor Summary
Constructors Constructor Description ZendeskMessage(String id, ZendeskRole role, Long timestamp)
-
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. -
-
Constructor Detail
-
ZendeskMessage
ZendeskMessage(String id, ZendeskRole role, Long timestamp)
-
-
Method Detail
-
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.
-
-
-
-