Class ListAllActivityLogsRequest

java.lang.Object
com.intercom.api.resources.admins.requests.ListAllActivityLogsRequest

public final class ListAllActivityLogsRequest extends Object
  • Method Details

    • getCreatedAtAfter

      public String getCreatedAtAfter()
      Returns:
      The start date that you request data for. It must be formatted as a UNIX timestamp.
    • getCreatedAtBefore

      public Optional<String> getCreatedAtBefore()
      Returns:
      The end date that you request data for. It must be formatted as a UNIX timestamp.
    • 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