Class DataEvent
java.lang.Object
com.intercom.api.resources.dataevents.types.DataEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interface -
Method Summary
-
Method Details
-
getType
- Returns:
- The type of the object
-
getEventName
- Returns:
- The name of the event that occurred. This is presented to your App's admins when filtering and creating segments - a good event name is typically a past tense 'verb-noun' combination, to improve readability, for example
updated-plan.
-
getCreatedAt
public int getCreatedAt()- Returns:
- The time the event occurred as a UTC Unix timestamp
-
getUserId
- Returns:
- Your identifier for the user.
-
getId
- Returns:
- Your identifier for a lead or a user.
-
getIntercomUserId
- Returns:
- The Intercom identifier for the user.
-
getEmail
- Returns:
- An email address for your user. An email should only be used where your application uses email to uniquely identify users.
-
getMetadata
- Returns:
- Optional metadata about the event.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-