Package software.xdev.brevo.model
Class SendTestEmail
java.lang.Object
software.xdev.brevo.model.SendTestEmail
SendTestEmail
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEmailToItem(String emailToItem) booleanList of the email addresses of the recipients whom you wish to send the test mail.inthashCode()voidsetEmailTo(List<String> emailTo) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_EMAIL_TO
- See Also:
-
-
Constructor Details
-
SendTestEmail
public SendTestEmail()
-
-
Method Details
-
emailTo
-
addEmailToItem
-
getEmailTo
List of the email addresses of the recipients whom you wish to send the test mail. _If left empty, the test mail will be sent to your entire test list. You can not send more than 50 test emails per day_.- Returns:
- emailTo
-
setEmailTo
-
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
-