Class Conversation.CustomAttributesValue
- java.lang.Object
-
- com.intercom.api.resources.unstable.conversations.types.Conversation.CustomAttributesValue
-
- Enclosing class:
- Conversation
public static final class Conversation.CustomAttributesValue extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConversation.CustomAttributesValue.Visitor<T>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.Objectget()inthashCode()static Conversation.CustomAttributesValueof(int value)static Conversation.CustomAttributesValueof(CustomObjectInstanceList value)static Conversation.CustomAttributesValueof(Datetime value)static Conversation.CustomAttributesValueof(java.lang.String value)java.lang.StringtoString()<T> Tvisit(Conversation.CustomAttributesValue.Visitor<T> visitor)
-
-
-
Method Detail
-
get
public java.lang.Object get()
-
visit
public <T> T visit(Conversation.CustomAttributesValue.Visitor<T> visitor)
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
of
public static Conversation.CustomAttributesValue of(java.lang.String value)
-
of
public static Conversation.CustomAttributesValue of(int value)
-
of
public static Conversation.CustomAttributesValue of(Datetime value)
-
of
public static Conversation.CustomAttributesValue of(CustomObjectInstanceList value)
-
-