Package com.zendesk.sdk.model.helpcenter
Class User
- java.lang.Object
-
- com.zendesk.sdk.model.helpcenter.User
-
- All Implemented Interfaces:
- java.io.Serializable
public class User extends java.lang.Object implements java.io.Serializable
This is a model class for a User object that will be created by theHelpCenterProvider
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description User()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
equals(java.lang.Object o)
java.lang.Long
getId()
Gets the ID of the userjava.lang.String
getName()
Gets the name of the userint
hashCode()
-
-
-
Method Detail
-
getId
public java.lang.Long getId()
Gets the ID of the user- Returns:
- the ID of the user
-
getName
public java.lang.String getName()
Gets the name of the user- Returns:
- the name of the user
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-