Class CustomChannelContact.Type
- java.lang.Object
-
- com.intercom.api.resources.unstable.types.CustomChannelContact.Type
-
- Enclosing class:
- CustomChannelContact
public static final class CustomChannelContact.Type extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomChannelContact.Type.Valuestatic interfaceCustomChannelContact.Type.Visitor<T>
-
Field Summary
Fields Modifier and Type Field Description static CustomChannelContact.TypeLEADstatic CustomChannelContact.TypeUSER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)CustomChannelContact.Type.ValuegetEnumValue()inthashCode()java.lang.StringtoString()static CustomChannelContact.TypevalueOf(java.lang.String value)<T> Tvisit(CustomChannelContact.Type.Visitor<T> visitor)
-
-
-
Field Detail
-
USER
public static final CustomChannelContact.Type USER
-
LEAD
public static final CustomChannelContact.Type LEAD
-
-
Method Detail
-
getEnumValue
public CustomChannelContact.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(CustomChannelContact.Type.Visitor<T> visitor)
-
valueOf
public static CustomChannelContact.Type valueOf(java.lang.String value)
-
-