Package software.xdev.brevo.model
Class EmailExportRecipients
java.lang.Object
software.xdev.brevo.model.EmailExportRecipients
EmailExportRecipients
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of recipients to export for a campaign -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWebhook called once the export process is finished.Type of recipients to export for a campaigninthashCode()recipientsType(EmailExportRecipients.RecipientsTypeEnum recipientsType) voidsetNotifyURL(String notifyURL) voidsetRecipientsType(EmailExportRecipients.RecipientsTypeEnum recipientsType) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NOTIFY_U_R_L
- See Also:
-
JSON_PROPERTY_RECIPIENTS_TYPE
- See Also:
-
-
Constructor Details
-
EmailExportRecipients
public EmailExportRecipients()
-
-
Method Details
-
notifyURL
-
getNotifyURL
Webhook called once the export process is finished. For reference, https://help.brevo.com/hc/en-us/articles/360007666479- Returns:
- notifyURL
-
setNotifyURL
-
recipientsType
public EmailExportRecipients recipientsType(@Nonnull EmailExportRecipients.RecipientsTypeEnum recipientsType) -
getRecipientsType
Type of recipients to export for a campaign- Returns:
- recipientsType
-
setRecipientsType
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-