Package software.xdev.brevo.model
Class SendSmtpEmailReplyTo
java.lang.Object
software.xdev.brevo.model.SendSmtpEmailReplyTo
Email (**required**), along with name (_optional_), on which transactional mail recipients will be able to reply back. For example, **{\"email\":\"ann6533@example.com\", \"name\":\"Ann\"}**
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
SendSmtpEmailReplyTo
public SendSmtpEmailReplyTo()
-
-
Method Details
-
email
-
getEmail
Email address in reply to- Returns:
-
setEmail
-
name
-
getName
Name in reply to. **Maximum allowed characters are 70**.- Returns:
- name
-
setName
-
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
-