Package software.xdev.brevo.model
Class SendReportEmail
java.lang.Object
software.xdev.brevo.model.SendReportEmail
Custom attributes for the report email.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBody()Custom text message to be presented in the report email.getTo()Email addresses of the recipientsinthashCode()voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TO
- See Also:
-
JSON_PROPERTY_BODY
- See Also:
-
-
Constructor Details
-
SendReportEmail
public SendReportEmail()
-
-
Method Details
-
to
-
addToItem
-
getTo
Email addresses of the recipients- Returns:
- to
-
setTo
-
body
-
getBody
Custom text message to be presented in the report email.- Returns:
- body
-
setBody
-
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
-