Package com.intercom.api.types
Class EventDetails
- java.lang.Object
-
- com.intercom.api.types.EventDetails
-
public final class EventDetails extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEventDetails.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 EventDetailsof(ConversationAttributeUpdatedByAdmin value)static EventDetailsof(ConversationAttributeUpdatedByWorkflow value)static EventDetailsof(CustomActionFinished value)static EventDetailsof(CustomActionStarted value)static EventDetailsof(OperatorWorkflowEvent value)java.lang.StringtoString()<T> Tvisit(EventDetails.Visitor<T> visitor)
-
-
-
Method Detail
-
get
public java.lang.Object get()
-
visit
public <T> T visit(EventDetails.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 EventDetails of(ConversationAttributeUpdatedByWorkflow value)
-
of
public static EventDetails of(ConversationAttributeUpdatedByAdmin value)
-
of
public static EventDetails of(CustomActionStarted value)
-
of
public static EventDetails of(CustomActionFinished value)
-
of
public static EventDetails of(OperatorWorkflowEvent value)
-
-