Class ListEventSummariesRequest

java.lang.Object
com.intercom.api.resources.events.requests.ListEventSummariesRequest

public final class ListEventSummariesRequest extends Object
  • Method Details

    • getUserId

      public Optional<String> getUserId()
      Returns:
      Your identifier for the user.
    • getEventSummaries

      Returns:
      A list of event summaries for the user. Each event summary should contain the event name, the time the event occurred, and the number of times the event occurred. The event name should be a past tense 'verb-noun' combination, to improve readability, for example updated-plan.
    • 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 ListEventSummariesRequest.Builder builder()