Package software.xdev.brevo.model
Class GetTransacBlockedContactsContactsInner
java.lang.Object
software.xdev.brevo.model.GetTransacBlockedContactsContactsInner
GetTransacBlockedContactsContactsInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDate when the contact was blocked or unsubscribed ongetEmail()Email address of the blocked or unsubscribed contactGet reasonSender email address of the blocked or unsubscribed contactinthashCode()senderEmail(String senderEmail) voidsetBlockedAt(String blockedAt) voidvoidvoidsetSenderEmail(String senderEmail) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_SENDER_EMAIL
- See Also:
-
JSON_PROPERTY_REASON
- See Also:
-
JSON_PROPERTY_BLOCKED_AT
- See Also:
-
-
Constructor Details
-
GetTransacBlockedContactsContactsInner
public GetTransacBlockedContactsContactsInner()
-
-
Method Details
-
email
-
getEmail
Email address of the blocked or unsubscribed contact- Returns:
-
setEmail
-
senderEmail
-
getSenderEmail
Sender email address of the blocked or unsubscribed contact- Returns:
- senderEmail
-
setSenderEmail
-
reason
public GetTransacBlockedContactsContactsInner reason(@Nonnull GetTransacBlockedContactsContactsInnerReason reason) -
getReason
Get reason- Returns:
- reason
-
setReason
-
blockedAt
-
getBlockedAt
Date when the contact was blocked or unsubscribed on- Returns:
- blockedAt
-
setBlockedAt
-
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
-