Package software.xdev.brevo.model
Class EventIdentifiers
java.lang.Object
software.xdev.brevo.model.EventIdentifiers
Identifies the contact associated with the event. At least one identifier is required.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEmail Id associated with the eventgetExtId()ext_id associated with the eventlandline_number associated with the eventSMS associated with the eventwhatsapp associated with the eventinthashCode()landlineNumberId(String landlineNumberId) voidsetEmailId(String emailId) voidvoidsetLandlineNumberId(String landlineNumberId) voidsetPhoneId(String phoneId) voidsetWhatsappId(String whatsappId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.whatsappId(String whatsappId)
-
Field Details
-
JSON_PROPERTY_EMAIL_ID
- See Also:
-
JSON_PROPERTY_PHONE_ID
- See Also:
-
JSON_PROPERTY_WHATSAPP_ID
- See Also:
-
JSON_PROPERTY_LANDLINE_NUMBER_ID
- See Also:
-
JSON_PROPERTY_EXT_ID
- See Also:
-
-
Constructor Details
-
EventIdentifiers
public EventIdentifiers()
-
-
Method Details
-
emailId
-
getEmailId
Email Id associated with the event- Returns:
- emailId
-
setEmailId
-
phoneId
-
getPhoneId
SMS associated with the event- Returns:
- phoneId
-
setPhoneId
-
whatsappId
-
getWhatsappId
whatsapp associated with the event- Returns:
- whatsappId
-
setWhatsappId
-
landlineNumberId
-
getLandlineNumberId
landline_number associated with the event- Returns:
- landlineNumberId
-
setLandlineNumberId
-
extId
-
getExtId
ext_id associated with the event- Returns:
- extId
-
setExtId
-
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
-