Class EventDetails
- java.lang.Object
-
- com.intercom.api.resources.unstable.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
-
-
-
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(ConversationAttributeUpdatedByUser value)
-
of
public static EventDetails of(CustomActionStarted value)
-
of
public static EventDetails of(CustomActionFinished value)
-
of
public static EventDetails of(OperatorWorkflowEvent value)
-
of
public static EventDetails of(ConversationTagsUpdated value)
-
of
public static EventDetails of(Snoozed value)
-
of
public static EventDetails of(PriorityChanged value)
-
of
public static EventDetails of(ConversationSlaAppliedByRule value)
-
of
public static EventDetails of(ConversationSlaAppliedByWorkflow value)
-
of
public static EventDetails of(ConversationSlaTargetMissed value)
-
of
public static EventDetails of(ConversationSlaPaused value)
-
of
public static EventDetails of(ConversationSlaUnpaused value)
-
of
public static EventDetails of(ConversationSlaRemoved value)
-
-