public static interface MessageInsightsFilters.Builder extends SdkPojo, CopyableBuilder<MessageInsightsFilters.Builder,MessageInsightsFilters>
| Modifier and Type | Method and Description |
|---|---|
MessageInsightsFilters.Builder |
destination(Collection<String> destination)
The recipient's email address.
|
MessageInsightsFilters.Builder |
destination(String... destination)
The recipient's email address.
|
MessageInsightsFilters.Builder |
fromEmailAddress(Collection<String> fromEmailAddress)
The from address used to send the message.
|
MessageInsightsFilters.Builder |
fromEmailAddress(String... fromEmailAddress)
The from address used to send the message.
|
MessageInsightsFilters.Builder |
isp(Collection<String> isp)
The recipient's ISP (e.g.,
Gmail, Yahoo, etc.). |
MessageInsightsFilters.Builder |
isp(String... isp)
The recipient's ISP (e.g.,
Gmail, Yahoo, etc.). |
MessageInsightsFilters.Builder |
lastDeliveryEvent(Collection<DeliveryEventType> lastDeliveryEvent)
The last delivery-related event for the email, where the ordering is as follows:
SEND <
BOUNCE < DELIVERY < COMPLAINT. |
MessageInsightsFilters.Builder |
lastDeliveryEvent(DeliveryEventType... lastDeliveryEvent)
The last delivery-related event for the email, where the ordering is as follows:
SEND <
BOUNCE < DELIVERY < COMPLAINT. |
MessageInsightsFilters.Builder |
lastDeliveryEventWithStrings(Collection<String> lastDeliveryEvent)
The last delivery-related event for the email, where the ordering is as follows:
SEND <
BOUNCE < DELIVERY < COMPLAINT. |
MessageInsightsFilters.Builder |
lastDeliveryEventWithStrings(String... lastDeliveryEvent)
The last delivery-related event for the email, where the ordering is as follows:
SEND <
BOUNCE < DELIVERY < COMPLAINT. |
MessageInsightsFilters.Builder |
lastEngagementEvent(Collection<EngagementEventType> lastEngagementEvent)
The last engagement-related event for the email, where the ordering is as follows:
OPEN <
CLICK. |
MessageInsightsFilters.Builder |
lastEngagementEvent(EngagementEventType... lastEngagementEvent)
The last engagement-related event for the email, where the ordering is as follows:
OPEN <
CLICK. |
MessageInsightsFilters.Builder |
lastEngagementEventWithStrings(Collection<String> lastEngagementEvent)
The last engagement-related event for the email, where the ordering is as follows:
OPEN <
CLICK. |
MessageInsightsFilters.Builder |
lastEngagementEventWithStrings(String... lastEngagementEvent)
The last engagement-related event for the email, where the ordering is as follows:
OPEN <
CLICK. |
MessageInsightsFilters.Builder |
subject(Collection<String> subject)
The subject line of the message.
|
MessageInsightsFilters.Builder |
subject(String... subject)
The subject line of the message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMessageInsightsFilters.Builder fromEmailAddress(Collection<String> fromEmailAddress)
The from address used to send the message.
fromEmailAddress - The from address used to send the message.MessageInsightsFilters.Builder fromEmailAddress(String... fromEmailAddress)
The from address used to send the message.
fromEmailAddress - The from address used to send the message.MessageInsightsFilters.Builder destination(Collection<String> destination)
The recipient's email address.
destination - The recipient's email address.MessageInsightsFilters.Builder destination(String... destination)
The recipient's email address.
destination - The recipient's email address.MessageInsightsFilters.Builder subject(Collection<String> subject)
The subject line of the message.
subject - The subject line of the message.MessageInsightsFilters.Builder subject(String... subject)
The subject line of the message.
subject - The subject line of the message.MessageInsightsFilters.Builder isp(Collection<String> isp)
The recipient's ISP (e.g., Gmail, Yahoo, etc.).
isp - The recipient's ISP (e.g., Gmail, Yahoo, etc.).MessageInsightsFilters.Builder isp(String... isp)
The recipient's ISP (e.g., Gmail, Yahoo, etc.).
isp - The recipient's ISP (e.g., Gmail, Yahoo, etc.).MessageInsightsFilters.Builder lastDeliveryEventWithStrings(Collection<String> lastDeliveryEvent)
The last delivery-related event for the email, where the ordering is as follows: SEND <
BOUNCE < DELIVERY < COMPLAINT.
lastDeliveryEvent - The last delivery-related event for the email, where the ordering is as follows: SEND
< BOUNCE < DELIVERY < COMPLAINT.MessageInsightsFilters.Builder lastDeliveryEventWithStrings(String... lastDeliveryEvent)
The last delivery-related event for the email, where the ordering is as follows: SEND <
BOUNCE < DELIVERY < COMPLAINT.
lastDeliveryEvent - The last delivery-related event for the email, where the ordering is as follows: SEND
< BOUNCE < DELIVERY < COMPLAINT.MessageInsightsFilters.Builder lastDeliveryEvent(Collection<DeliveryEventType> lastDeliveryEvent)
The last delivery-related event for the email, where the ordering is as follows: SEND <
BOUNCE < DELIVERY < COMPLAINT.
lastDeliveryEvent - The last delivery-related event for the email, where the ordering is as follows: SEND
< BOUNCE < DELIVERY < COMPLAINT.MessageInsightsFilters.Builder lastDeliveryEvent(DeliveryEventType... lastDeliveryEvent)
The last delivery-related event for the email, where the ordering is as follows: SEND <
BOUNCE < DELIVERY < COMPLAINT.
lastDeliveryEvent - The last delivery-related event for the email, where the ordering is as follows: SEND
< BOUNCE < DELIVERY < COMPLAINT.MessageInsightsFilters.Builder lastEngagementEventWithStrings(Collection<String> lastEngagementEvent)
The last engagement-related event for the email, where the ordering is as follows: OPEN <
CLICK.
Engagement events are only available if Engagement tracking is enabled.
lastEngagementEvent - The last engagement-related event for the email, where the ordering is as follows: OPEN
< CLICK.
Engagement events are only available if Engagement tracking is enabled.
MessageInsightsFilters.Builder lastEngagementEventWithStrings(String... lastEngagementEvent)
The last engagement-related event for the email, where the ordering is as follows: OPEN <
CLICK.
Engagement events are only available if Engagement tracking is enabled.
lastEngagementEvent - The last engagement-related event for the email, where the ordering is as follows: OPEN
< CLICK.
Engagement events are only available if Engagement tracking is enabled.
MessageInsightsFilters.Builder lastEngagementEvent(Collection<EngagementEventType> lastEngagementEvent)
The last engagement-related event for the email, where the ordering is as follows: OPEN <
CLICK.
Engagement events are only available if Engagement tracking is enabled.
lastEngagementEvent - The last engagement-related event for the email, where the ordering is as follows: OPEN
< CLICK.
Engagement events are only available if Engagement tracking is enabled.
MessageInsightsFilters.Builder lastEngagementEvent(EngagementEventType... lastEngagementEvent)
The last engagement-related event for the email, where the ordering is as follows: OPEN <
CLICK.
Engagement events are only available if Engagement tracking is enabled.
lastEngagementEvent - The last engagement-related event for the email, where the ordering is as follows: OPEN
< CLICK.
Engagement events are only available if Engagement tracking is enabled.
Copyright © 2023. All rights reserved.