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.SerializableThis 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 booleanequals(java.lang.Object o)java.lang.LonggetId()Gets the ID of the userjava.lang.StringgetName()Gets the name of the userinthashCode()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-