Class EventIdentifiers

java.lang.Object
software.xdev.brevo.model.EventIdentifiers

public class EventIdentifiers extends Object
Identifies the contact associated with the event. At least one identifier is required.
  • Field Details

  • Constructor Details

    • EventIdentifiers

      public EventIdentifiers()
  • Method Details

    • emailId

      public EventIdentifiers emailId(@Nullable String emailId)
    • getEmailId

      @Nullable public String getEmailId()
      Email Id associated with the event
      Returns:
      emailId
    • setEmailId

      public void setEmailId(@Nullable String emailId)
    • phoneId

      public EventIdentifiers phoneId(@Nullable String phoneId)
    • getPhoneId

      @Nullable public String getPhoneId()
      SMS associated with the event
      Returns:
      phoneId
    • setPhoneId

      public void setPhoneId(@Nullable String phoneId)
    • whatsappId

      public EventIdentifiers whatsappId(@Nullable String whatsappId)
    • getWhatsappId

      @Nullable public String getWhatsappId()
      whatsapp associated with the event
      Returns:
      whatsappId
    • setWhatsappId

      public void setWhatsappId(@Nullable String whatsappId)
    • landlineNumberId

      public EventIdentifiers landlineNumberId(@Nullable String landlineNumberId)
    • getLandlineNumberId

      @Nullable public String getLandlineNumberId()
      landline_number associated with the event
      Returns:
      landlineNumberId
    • setLandlineNumberId

      public void setLandlineNumberId(@Nullable String landlineNumberId)
    • extId

      public EventIdentifiers extId(@Nullable String extId)
    • getExtId

      @Nullable public String getExtId()
      ext_id associated with the event
      Returns:
      extId
    • setExtId

      public void setExtId(@Nullable String extId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string