Class ListEventSummariesRequest.EventSummaries

java.lang.Object
com.intercom.api.resources.events.requests.ListEventSummariesRequest.EventSummaries
Enclosing class:
ListEventSummariesRequest

public static final class ListEventSummariesRequest.EventSummaries extends Object
  • Method Details

    • getEventName

      public Optional<String> getEventName()
      Returns:
      The name of the event that occurred. A good event name is typically a past tense 'verb-noun' combination, to improve readability, for example updated-plan.
    • getCount

      public Optional<Integer> getCount()
      Returns:
      The number of times the event occurred.
    • getFirst

      public Optional<Integer> getFirst()
      Returns:
      The first time the event was sent
    • getLast

      public Optional<Integer> getLast()
      Returns:
      The last time the event was sent
    • 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