Package zendesk.chat.client
Class Agent
- java.lang.Object
-
- zendesk.chat.client.Agent
-
public final class Agent extends java.lang.Object
Represents a Zendesk Chat agent.- See Also:
ChatState.getAgents()
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
equals(java.lang.Object o)
java.lang.String
getAvatarPath()
Returns the avatar url of this agent.java.lang.String
getDisplayName()
Returns the display name of this agent.java.lang.String
getId()
Returns the unique identifier of this agent.int
hashCode()
boolean
isTyping()
Returnstrue
if this agent is typing,false
otherwise.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Returns the unique identifier of this agent.
-
getDisplayName
public java.lang.String getDisplayName()
Returns the display name of this agent.
-
getAvatarPath
public java.lang.String getAvatarPath()
Returns the avatar url of this agent.
-
isTyping
public boolean isTyping()
Returnstrue
if this agent is typing,false
otherwise.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-