Class MessageInsightsDataSource

    • Method Detail

      • startDate

        public final Instant startDate()

        Represents the start date for the export interval as a timestamp. The start date is inclusive.

        Returns:
        Represents the start date for the export interval as a timestamp. The start date is inclusive.
      • endDate

        public final Instant endDate()

        Represents the end date for the export interval as a timestamp. The end date is inclusive.

        Returns:
        Represents the end date for the export interval as a timestamp. The end date is inclusive.
      • include

        public final MessageInsightsFilters include()

        Filters for results to be included in the export file.

        Returns:
        Filters for results to be included in the export file.
      • exclude

        public final MessageInsightsFilters exclude()

        Filters for results to be excluded from the export file.

        Returns:
        Filters for results to be excluded from the export file.
      • maxResults

        public final Integer maxResults()

        The maximum number of results.

        Returns:
        The maximum number of results.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)