Package com.intercom.api.types
Class CreateDataEventRequest.WithEmail
java.lang.Object
com.intercom.api.types.CreateDataEventRequest.WithEmail
- Enclosing class:
CreateDataEventRequest
-
Method Details
-
getEmail
- Returns:
- An email address for your user. An email should only be used where your application uses email to uniquely identify users.
-
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
-
getMetadata
- Returns:
- Optional metadata about the event.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-