Package zendesk.android.events
Class ZendeskMessage
-
- All Implemented Interfaces:
public final class ZendeskMessageData 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 StringgetId()The unique identifier of the message. final ZendeskRolegetRole()The role of the author of the message (e.g., user, business). final LonggetTimestamp()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.
-
-
-
-