Class DomainDeliverabilityCampaign

    • Method Detail

      • campaignId

        public final String campaignId()

        The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.

        Returns:
        The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.
      • imageUrl

        public final String imageUrl()

        The URL of an image that contains a snapshot of the email message that was sent.

        Returns:
        The URL of an image that contains a snapshot of the email message that was sent.
      • subject

        public final String subject()

        The subject line, or title, of the email message.

        Returns:
        The subject line, or title, of the email message.
      • fromAddress

        public final String fromAddress()

        The verified email address that the email message was sent from.

        Returns:
        The verified email address that the email message was sent from.
      • hasSendingIps

        public final boolean hasSendingIps()
        For responses, this returns true if the service returned a value for the SendingIps property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • sendingIps

        public final List<String> sendingIps()

        The IP addresses that were used to send the email message.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasSendingIps() method.

        Returns:
        The IP addresses that were used to send the email message.
      • firstSeenDateTime

        public final Instant firstSeenDateTime()

        The first time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

        Returns:
        The first time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
      • lastSeenDateTime

        public final Instant lastSeenDateTime()

        The last time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

        Returns:
        The last time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
      • inboxCount

        public final Long inboxCount()

        The number of email messages that were delivered to recipients’ inboxes.

        Returns:
        The number of email messages that were delivered to recipients’ inboxes.
      • spamCount

        public final Long spamCount()

        The number of email messages that were delivered to recipients' spam or junk mail folders.

        Returns:
        The number of email messages that were delivered to recipients' spam or junk mail folders.
      • readRate

        public final Double readRate()

        The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

        Returns:
        The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
      • deleteRate

        public final Double deleteRate()

        The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

        Returns:
        The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
      • readDeleteRate

        public final Double readDeleteRate()

        The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

        Returns:
        The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
      • projectedVolume

        public final Long projectedVolume()

        The projected number of recipients that the email message was sent to.

        Returns:
        The projected number of recipients that the email message was sent to.
      • hasEsps

        public final boolean hasEsps()
        For responses, this returns true if the service returned a value for the Esps property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • esps

        public final List<String> esps()

        The major email providers who handled the email message.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasEsps() method.

        Returns:
        The major email providers who handled the email message.
      • 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)