Class CreateDataEventRequest.WithId

java.lang.Object
com.intercom.api.types.CreateDataEventRequest.WithId
Enclosing class:
CreateDataEventRequest

public static final class CreateDataEventRequest.WithId extends Object
  • Method Details

    • getId

      public String getId()
      Returns:
      The unique identifier for the contact (lead or user) which is given by Intercom.
    • getEventName

      public String 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

      public Optional<Map<String,String>> getMetadata()
      Returns:
      Optional metadata about the event.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static CreateDataEventRequest.WithId.IdStage builder()