Class OrderIdentifiers

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

public class OrderIdentifiers extends Object
Identifies the contact associated with the order.
  • Field Details

  • Constructor Details

    • OrderIdentifiers

      public OrderIdentifiers()
  • Method Details

    • extId

      public OrderIdentifiers extId(@Nullable String extId)
    • getExtId

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

      public void setExtId(@Nullable String extId)
    • loyaltySubscriptionId

      public OrderIdentifiers loyaltySubscriptionId(@Nullable String loyaltySubscriptionId)
    • getLoyaltySubscriptionId

      @Nullable public String getLoyaltySubscriptionId()
      loyalty_subscription_id associated with the order
      Returns:
      loyaltySubscriptionId
    • setLoyaltySubscriptionId

      public void setLoyaltySubscriptionId(@Nullable String loyaltySubscriptionId)
    • phoneId

      public OrderIdentifiers phoneId(@Nullable String phoneId)
    • getPhoneId

      @Nullable public String getPhoneId()
      Phone number of the contact associated with the order
      Returns:
      phoneId
    • setPhoneId

      public void setPhoneId(@Nullable String phoneId)
    • emailId

      public OrderIdentifiers emailId(@Nullable String emailId)
    • getEmailId

      @Nullable public String getEmailId()
      Email of the contact associated with the order
      Returns:
      emailId
    • setEmailId

      public void setEmailId(@Nullable String emailId)
    • 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