Package com.intercom.api.types
Class Recipient.Type
- java.lang.Object
-
- com.intercom.api.types.Recipient.Type
-
- Enclosing class:
- Recipient
public static final class Recipient.Type extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRecipient.Type.Valuestatic interfaceRecipient.Type.Visitor<T>
-
Field Summary
Fields Modifier and Type Field Description static Recipient.TypeLEADstatic Recipient.TypeUSER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)Recipient.Type.ValuegetEnumValue()inthashCode()java.lang.StringtoString()static Recipient.TypevalueOf(java.lang.String value)<T> Tvisit(Recipient.Type.Visitor<T> visitor)
-
-
-
Field Detail
-
USER
public static final Recipient.Type USER
-
LEAD
public static final Recipient.Type LEAD
-
-
Method Detail
-
getEnumValue
public Recipient.Type.Value getEnumValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
visit
public <T> T visit(Recipient.Type.Visitor<T> visitor)
-
valueOf
public static Recipient.Type valueOf(java.lang.String value)
-
-