Package zendesk.chat.client
Class Account
- java.lang.Object
-
- zendesk.chat.client.Account
-
public class Account extends java.lang.ObjectHolds information about your Zendesk Chat account.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanequals(java.lang.Object o)java.util.List<Department>getDepartments()Gets the current departments.StatusgetStatus()Gets the current status of an account.inthashCode()
-
-
-
Method Detail
-
getDepartments
public java.util.List<Department> getDepartments()
Gets the current departments.- Returns:
- list of
Department
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-